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
You can use the newly created jar using a tag.
your.group.id your.artifact.id 1.0 jar jar-with-dependencies