Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 2.3
-
Fix Version/s: 2.4
-
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
- 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
-
- is related to
-
MJAVADOC-66
Aggregated Javadoc does not use module-level dependencies
-
- relates to
-
MJAVADOC-168
Regression: 2.4-SNAPSHOT does not generate docs for generates sources if run outside a build
-
Activity
| Field | Original Value | New Value |
|---|---|---|
| Attachment | maven.out [ 29161 ] |
| Attachment | pom.xml [ 29162 ] |
| Attachment | pom.xml [ 29163 ] |
| Attachment | ComponentReport.java [ 29164 ] |
| Project | Maven 2 [ 10500 ] | Maven 2.x Javadoc Plugin [ 11138 ] |
| Affects Version/s | 2.0.7 [ 13138 ] | |
| Affects Version/s | 2.3 [ 13304 ] | |
| Key | MNG-3167 |
|
| Link |
This issue is related to |
| Status | Open [ 1 ] | Closed [ 6 ] |
| Assignee | Vincent Siveton [ siveton ] | |
| Fix Version/s | 2.4 [ 13630 ] | |
| Resolution | Fixed [ 1 ] |
| Link |
This issue relates to |
| Link |
This issue duplicates |
| Link |
This issue duplicates |
Output from "mvn clean install site"