Is there a way to generate multiple JAR files from a single project in Netbeans? Currently I have some packages that almost never change, but other parts that change more frequently. One solution is to split it into multiple projects, but I really like having them in one place (and it would probably also cause some difficulties with SVN etc.)
Is it possible to generate JAR files based on a list of packages?