Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.6
-
Labels:None
-
Number of attachments :
Description
patch for the javadoc plugin to generate javadoc for the maven.compile.src.set in addition to the pom.build.sourceDirectory
In some projects all of the java sources are generated rather than located in the pom.build.sourceDirectory - doesn't mean I don't want them javadoced.
<ant:javadoc
packagenames="$
.*"
destdir="$
"
............
............
sourcepathref="maven.compile.src.set">
I've tested by re-running maven site on the maven source without any problems.
cheers
Nathan
javadoc-plugin plugin.jelly patch