Is there a way to automatically generate source and javadoc jars in Netbeans? Ideally I would like to place jars of my source and JavaDoc in the dist folder each time i buil
Here is what I personally add to my ant files (build.xml) :
With Netbeans call these targets manually, or you can use hook targets :