Issue Details (XML | Word | Printable)

Key: MPPMD-2
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Trivial Trivial
Assignee: Brett Porter
Reporter: Joakim Erdfelt
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven 1.x PMD Plugin

Documentation / Properties patch for maven-pmd-plugin

Created: 11/Nov/03 06:28 AM   Updated: 11/Jun/04 11:19 PM   Resolved: 11/Jun/04 11:19 PM
Return to search
Component/s: None
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

File Attachments: 1. Text File maven-pmd-docu2.patch (75 kB)

Environment: n/a
Issue Links:
dependent
 


 Description  « Hide

Patch for updated documentation / properties for the maven-pmd-plugin.

  • Fixed how-to to remove reference to driver.properties, per the
    recommendation from MAVEN-287.
  • Removed ${plugin-resources}/rulesets/*.xml files, as they are built
    into the pmd.jar file and don't need to be extracted from the pmd
    plugin to work.
  • Cleaned up how-to documentation.
  • Changed How-To to faq format to allow maven-faq-plugin to handle the
    this documentation.
  • Changed the navigation.xml to point to the generated faq and
    new links to point to the maven / ant / pmd pages.
  • Cleaned up About/Frontpage documentation.
  • Cleaned up <reports> section to exclude unused reports such as
    jdepend, javadoc, pmd, checkstyle, etc.. (we don't have any java
    source files to make those reports work anyway.)
  • Added myself as a contributor to the project.xml.
  • Updated project.xml to point to new pmd-1.3.jar

[NOTE] This jar file would need to be uploaded to the repository
first in order to support this change, as pmd-1.2.1.jar is the most
recent found in the maven repository.
See MAVEN-1021 (request to upload pmd 1.3)



Joakim Erdfelt added a comment - 11/Nov/03 06:29 AM

See primary report for details of what this patch contains.


Brett Porter added a comment - 11/Jun/04 11:19 PM

applied with modifications.