I am trying to create a standalone jar file. I don’t think it maven packageis packaging my dependencies correctly in a package. Is there a way to get them to turn them on?
maven package
Alternatively you can use jar-with-dependencies packaging maven assembly .
You need to use the plugin.
maven . "uber", , ( ) .
, , , .
, maven .
git clone git://github.com/db80/java-skeleton.git
mvn
cd java-skeleton && mvn package
, fooobar.com/questions/2346/...