Module Project Properties Dialog Box: Packaging

You open the Module Project Properties dialog box by right-clicking a module project and choosing Properties.

Element Description

JAR File

Displays the location and name of the actual JAR file that will be built for the module, in the form ${cluster}/${module.jar}.

Needs Restart on Install

Ensures that the IDE must be restarted in order to enable the module. Sets nbm.needs.restart in the nbproject/project.properties file.

License

Points to an optional license file for the NBM file. Sets license.file in the nbproject/project.properties file. May be an absolute or project-relative path.

Home Page

Sets nbm.homepage in the nbproject/project.properties file.

Author

Sets nbm.module.author in the nbproject/project.properties file.


Related Topics

Developing Applications with NetBeans IDE,

Developing Applications with NetBeans IDE,

Copyright © 2015, Oracle and/or its affiliates. All rights reserved.