Brad Larrick created JXR-183:
--------------------------------

             Summary: Plugin Documentation not generated
                 Key: JXR-183
                 URL: https://issues.apache.org/jira/browse/JXR-183
             Project: Maven JXR
          Issue Type: Bug
          Components: maven2 jxr plugin
    Affects Versions: 3.3.1
            Reporter: Brad Larrick


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>

```

 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to