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
Activity
Nathan Coast
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Attachment | plugin.jelly.patch [ 10866 ] |
dion gillard
made changes -
| Fix Version/s | 1.1 [ 10211 ] |
Jason van Zyl
made changes -
| Key | MAVEN-878 |
|
| Project | maven [ 10030 ] | maven-javadoc-plugin [ 10357 ] |
| Fix Version/s | 1.1 [ 10211 ] | |
| Component/s | plugin-javadoc [ 10339 ] |
Brett Porter
made changes -
| Assignee | Brett Porter [ brettporter ] |
Brett Porter
made changes -
| Link |
This issue is depended upon by |
Brett Porter
made changes -
| Link |
This issue is depended upon by |
Denis McLaughlin
made changes -
| Attachment | maven-javadoc-plugin-1.3.jelly-diff [ 12138 ] |
Arnaud Heritier
made changes -
| Assignee | Brett Porter [ brettporter ] | Arnaud HERITIER [ aheritier ] |
Brett Porter
made changes -
| Assignee | Arnaud HERITIER [ aheritier ] | Brett Porter [ brettporter ] |
| Status | Open [ 1 ] | Closed [ 6 ] |
| Resolution | Fixed [ 1 ] | |
| Fix Version/s | 1.5.1 [ 10749 ] |
javadoc-plugin plugin.jelly patch