Uploaded image for project: 'Maven JXR'
  1. Maven JXR
  2. JXR-183

Plugin Documentation not generated

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 3.3.1
    • 3.3.2
    • maven-jxr-plugin
    • None

    Description

      The plugin pages aren't being generated. Looks like the plugin pom references the wrong plugin in the reporting section:

        <reporting>
          <plugins>
            <plugin>
              <groupId>org.apache.maven.plugins</groupId>
              <artifactId>maven-plugin-plugin</artifactId>
            </plugin>
          </plugins>
        </reporting>

      should be:

        <reporting>
          <plugins>
            <plugin>
              <groupId>org.apache.maven.plugins</groupId>
              <artifactId>maven-plugin-report-plugin</artifactId>
            </plugin>
          </plugins>
        </reporting>

       

      Attachments

        Activity

          People

            michael-o Michael Osipov
            larrick Brad Larrick
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: