Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 2.3
-
Fix Version/s: 2.4
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
If your project contains a Maven plugin, then it is impossible to build aggregated Javadoc.
As the output (attached) shows, Maven seems to recusively build (what's with all those "skipping" messages?). When it reaches the plugin:
[INFO] Error during page generation
Embedded error: Error rendering Maven report: Error extracting plugin descriptor: 'Goal: component-report already exists in the plugin descriptor for prefix: tapestry-component-report
Existing implementation is: org.apache.tapestry.mojo.ComponentReport
Conflicting implementation is: org.apache.tapestry.mojo.ComponentReport'
I can get by this with the -fn (fail never) option.
Attachments
Issue Links
| This issue duplicates: | ||||
| MJAVADOC-224 | CLONE -If Javadoc is set to aggregate, the build fails inside a Maven plugin module |
|
|
|
| MJAVADOC-257 | maven-javadoc-plugin 2.5, 2.6 and mojo: Error extracting plugin descriptor |
|
|
|
| This issue relates to: | ||||
| MJAVADOC-168 | Regression: 2.4-SNAPSHOT does not generate docs for generates sources if run outside a build |
|
|
|
| This issue is related to: | ||||
| MJAVADOC-66 | Aggregated Javadoc does not use module-level dependencies |
|
|
|
Output from "mvn clean install site"