Is there a way to force maven(2.0.9) to include all the dependencies in a single jar file?
I have a project the builds into a single jar file. I want the classes fro
There's the shade maven plugin. It can be used to package and rename dependencies (to omit dependency problems on the classpath).