I have a project that contains a single module, and some dependencies. I\'d like to create a jar, in a separate directory, that contains the compiled module. In addition, I\
With Maven you can use this plugin:
maven-assembly-plugin [path you class main] jar-with-dependencies make-assembly package single