I have the following scenario:
mylib is a library (for which I have the sources, so I\'d like to put them into a Maven project mylib:mylib for example). This library
The base idea is the following:
So you have to do the following steps:
Now you should be able to use Maven for the build process again, and by using additional plugins like the maven-assembly-plugin
, you are able to pack all together.