Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Not A Problem
-
2.5
-
None
-
None
Description
When the site reports are created with Maven 3, the PMD plugin doesn't generate the links to the Source Xref pages, when the JXR Plugin hasn't been executed before.
The plugin looks for the xrefLocation directory and if it doesn't exist, it checks if the JXR plugin is configured for the project (see http://maven.apache.org/plugins/maven-pmd-plugin/xref/org/apache/maven/plugin/pmd/AbstractPmdReport.html#240). To properly generate the Xref links when the report is created with Maven 3, the plugin should also check the reportPlugins paramerter of the Site plugin configuration.
Attachments
Attachments
Issue Links
- is related to
-
MSITE-792 drop reportPlugins parameter ("new format")
- Closed
-
MCHECKSTYLE-150 Xref link generation regression with Maven 3
- Closed
-
SUREFIRE-683 Xref link generation regression with Maven 3
- Closed
- relates to
-
JXR-91 Javadoc link generation not working when using the 'reportPlugins' parameter of the site plugin instead of the 'reporting' section of the pom.
- Closed