Issue Details (XML | Word | Printable)

Key: MJAVADOC-183
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Critical Critical
Assignee: Vincent Siveton
Reporter: Peter Hayes
Votes: 2
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
Maven 2.x Javadoc Plugin

Aggregate javadoc does not process the src/main/javadoc directories

Created: 24/Apr/08 12:09 PM   Updated: 17/May/08 10:59 AM   Resolved: 17/May/08 09:12 AM
Return to search
Component/s: None
Affects Version/s: 2.4
Fix Version/s: 2.5

Time Tracking:
Not Specified

File Attachments: 1. Zip Archive javadoc-aggregate.zip (4 kB)

Environment: Windows XP, Maven 2.0.9

Testcase included: yes


 Description  « Hide

When running the javadoc plugin in aggregate mode, the plugin ignores the src/main/javadoc directory of the child module.

options file when running in non-aggregate

-classpath 'C:/dev/maven/bugs/javadoc-aggregate/child/target/classes'
-encoding
'ISO-8859-1'
-protected
-sourcepath
'C:/dev/maven/bugs/javadoc-aggregate/child/src/main/java;C:/dev/maven/bugs/javadoc-aggregate/child/src/main/javadoc'
-author
-bottom
'Copyright © 2008. All Rights Reserved.'
-charset
'ISO-8859-1'
-d
'C:/dev/maven/bugs/javadoc-aggregate/child/target/site/apidocs'
-doctitle
'child 1.0-SNAPSHOT API'
-use
-version
-windowtitle
'child 1.0-SNAPSHOT API'

options file when running in aggregate

-classpath 'C:/dev/maven/bugs/javadoc-aggregate/target/classes;C:/dev/maven/bugs/javadoc-aggregate/child/target/classes'
-encoding
'ISO-8859-1'
-protected
-sourcepath
'C:/dev/maven/bugs/javadoc-aggregate/child/src/main/java'
-author
-bottom
'Copyright © 2008. All Rights Reserved.'
-charset
'ISO-8859-1'
-d
'C:/dev/maven/bugs/javadoc-aggregate/target/site/apidocs'
-doctitle
'aggregate javadoc parent 1.0-SNAPSHOT API'
-use
-version
-windowtitle
'aggregate javadoc parent 1.0-SNAPSHOT API'



Heinrich Nirschl added a comment - 17/May/08 06:57 AM

See also MJAVADOC-118. It has worked in 2.3, and is now broken again in 2.4.


Vincent Siveton added a comment - 17/May/08 08:40 AM

fixed in r657353, snapshot 2.5 deployed


Vincent Siveton added a comment - 17/May/08 09:12 AM

Forgot to fix it


Vincent Siveton made changes - 17/May/08 09:12 AM
Field Original Value New Value
Assignee Vincent Siveton [ siveton ]
Resolution Fixed [ 1 ]
Fix Version/s 2.5 [ 14120 ]
Status Open [ 1 ] Closed [ 6 ]
Heinrich Nirschl added a comment - 17/May/08 10:59 AM

Thanks, the version 2.5-20080517.141532-2 is working again.