Maven 2.x Javadoc Plugin

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

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Critical Critical
  • Resolution: Fixed
  • Affects Version/s: 2.4
  • Fix Version/s: 2.5
  • Component/s: None
  • Labels:
    None
  • Environment:
    Windows XP, Maven 2.0.9
  • Testcase included:
    yes
  • Number of attachments :
    1

Description

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'

Activity

Hide
Heinrich Nirschl added a comment -

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

Show
Heinrich Nirschl added a comment - See also MJAVADOC-118. It has worked in 2.3, and is now broken again in 2.4.
Hide
Vincent Siveton added a comment -

fixed in r657353, snapshot 2.5 deployed

Show
Vincent Siveton added a comment - fixed in r657353, snapshot 2.5 deployed
Hide
Vincent Siveton added a comment -

Forgot to fix it

Show
Vincent Siveton added a comment - Forgot to fix it
Hide
Heinrich Nirschl added a comment -

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

Show
Heinrich Nirschl added a comment - Thanks, the version 2.5-20080517.141532-2 is working again.

People

Vote (2)
Watch (2)

Dates

  • Created:
    Updated:
    Resolved: