How to build jars from IntelliJ properly?

Posted by ripper234 on Stack Overflow See other posts from Stack Overflow or by ripper234
Published on 2009-07-04T17:05:35Z Indexed on 2010/06/03 7:44 UTC
Read the original article Hit count: 221

Filed under:
|
|
|

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'd like to have the dependencies present beside my module.

No matter how I twist IntelliJ's "build jar" process, the output of my module appears empty (besides a META-INF file).

© Stack Overflow or respective owner

Related posts about java

Related posts about build-process