The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

How to distribute extension easily

HaoyangHaoyang Member Posts: 19 Learner I
Hi,

I am working on an extension and want to distribute the prototype within my group, I prefer not publishing it to the marketplace at its early stage. However my teammates don't want to clone the whole project and set up the environment and build the project on their own, which is pretty complex.
Any idea that I can build the extension on my own and distribute something like a Jar and let them execute to have the extension installed?

Best Answer

  • jwpfaujwpfau Employee-RapidMiner, Member Posts: 303 RM Engineering
    edited January 2 Solution Accepted
    Hi,

    if you run the installExtension gradle task the extension .jar is placed in the ~/.RapidMiner/extensions folder, you could share this .jar with them, they just would have to manually add it to the same folder.

    Greetings,
    Jonas
Sign In or Register to comment.