Hello!
I ask the question more specific:
Using Netbeans, is there a possibility to create an additional custom build target, which would:
- either package all project sources along with the binaries into a singe JAR,
- or package all project sources without the binaries into an additional JAR?
Notes:
- It's not an option for me to modify the text field "Exclude from JAR file:" in the project properties, because it wouldn't provide me with an additional build target ;)
- As you can guess, it's for an open source project ;)