Use the Packaging panel to set up the filter for files included in the JAR file.
Notes:
To disable building of JAR files for a project, open build.xml,
override the jar target and remove all the dependencies from the target, like so:
<target name="jar" />
Related Topics
Developing Applications with NetBeans IDE,
Developing Applications with NetBeans IDE,
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |