I have a multiple plugin projects :
- 4 for my SDL editor.
- 2 for the model-to-text integration
- and one for creating an Eclipse wizard to my editor.
I can export the projects as plugin jars via Eclipse (Deployable Plugins and Fragments), and everything works when i restart Eclipse to integrate these plugins.
What i want to do is to group all these projects in one jar file, that i can install on other Eclipse machines. Is there a simple way to do it ? (i am not a maven user :/ ).
Thanks.