| Item | Description |
|---|---|
| Module | From the drop-down list, select the module to be used for the artifact. Note that the specified module will be packaged into an artifact together with all the other modules it depends on. |
| Main class | Specify the class with the main method.
This class name becomes a value of the |
| Jar files from libraries | Specify the way how the jar files from libraries will be treated:
Note that the libraries here include all the dependencies of the module in question, including the transitive dependencies (the libraries from the dependencies of the modules the current one depends on.) |
| Directory for META-INF/MANIFEST.MF | If IntelliJ IDEA generates MANIFEST.MF file, in this field you have to specify where this file will be stored. |
| Include tests | If this check box is selected, the compiled classes from the tests roots of a module (and its dependencies) will be packaged into an artifact. |