Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Not A Bug
-
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.
Issue Links
| This issue is duplicated by: | ||||
| MJAVADOC-145 | If Javadoc is set to aggregate, the build fails inside a Maven plugin module |
|
|
|
Having
in a parent pom from a multi-module project containing a mojo artifact defined like
still produces a similar stacktrace for me
when executing