Uploaded image for project: 'Maven Javadoc Plugin'
  1. Maven Javadoc Plugin
  2. MJAVADOC-183

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

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 2.4
    • 2.5
    • None
    • None
    • Windows XP, Maven 2.0.9

    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'

      Attachments

        Activity

          People

            siveton Siveton Vincent
            hayesp25 Peter Hayes
            Votes:
            2 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: