Uploaded image for project: 'Maven Site Plugin'
  1. Maven Site Plugin
  2. MSITE-120

site:run return blank page for javadoc report

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0-beta-5
    • 2.0-beta-6
    • None
    • None

    Description

      See http://www.nabble.com/Site-plugin-changes%2C-site%3Arun-t1279930.html#a3400628

      Seems to be a problem in the AbstractJavadocMojo for the outputDirectory variable:
      @parameter expression="${destDir}" alias="destDir" default-value="${project.build.directory}/site/apidocs"
      should be
      @parameter expression="${destDir}" alias="destDir" default-value="${project.reporting.outputDirectory}/apidocs"

      Attachments

        Issue Links

          Activity

            People

              siveton Siveton Vincent
              siveton Siveton Vincent
              Votes:
              2 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: