Specify the settings for your Java archive (JAR).
| Item | Description |
|---|---|
| Module | The module to be packaged. |
| Main class |
The fully qualified name of your main application class, the one with a main() method.
|
| JAR files from libraries | The way the JAR files from the module libraries are processed:
|
| Directory for META-INF/MANIFEST.MF |
The path to the directory in which META-INF/MANIFEST.MF is generated.
|
| Include tests | Include the module's compiled test classes. |