I would like to get a self-contained JAR file. I mean I want to have a JAR file with all its dependencies, similar to a fat JAR.
And, I want to build this "fat JAR" file like OSGi bundle. Because, I want to manage all dependencies, for example, to avoid problems with differents version of a dependency running at the same time, to manage transitive dependencies between several OSGi bundles, etc.
My target is deploy self-contained OSGi bundles in a server with Apache Felix support.
Is it possible to get something like this? Which technologies I need (maven plugins maybe)?
I do not want to build a zip package with all dependencies and use something like Jenkins to deploy.
productin OSGi ...help.eclipse.org/kepler/… ? - khmarbaise