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\
Idea 8.1.3
Jar is ok, since there is compiled output in 'output' directory (project/out/production//)
I guess, you have to run 'make' before building jar
for dependencies just check "show library" and choose what you want.