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

outputDirectory is not honored as it should, but valuated to destDir.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • 2.8
    • None
    • None
    • None
    • WXP SP3 JDK 1.6.0_26 Maven 3.0

    Description

      Hi

      The outputDirectory is referencing ${destDir} instead of ${outputDirectory} as per following snippet extracted from AbstractJavadocMojo.java

      /**

      • Specifies the destination directory where javadoc saves the generated HTML files.
      • <br/>
      • See <a href="http://download.oracle.com/javase/1.4.2/docs/tooldocs/windows/javadoc.html#d">d</a>.
      • <br/>
        *
      • @parameter expression="${destDir}" alias="destDir" default-alue="${project.build.directory}/apidocs"
      • @required
        */
        protected File outputDirectory;

      Attachments

        Activity

          People

            hboutemy Herve Boutemy
            zosrothko zosrothko
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: