Add properties to include/exclude files to be processed. Similar to

the maven.pmd.includes/excludes properties.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114638 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
epugh
2004-01-29 12:02:32 +00:00
parent 5f37d3100d
commit 02e22d1895
5 changed files with 41 additions and 1 deletions

View File

@@ -9,6 +9,9 @@
<body>
<release version="1.3" date="in CVS">
<action dev="epugh" type="add">
Allow classes to be included/excluded.
</action>
<action dev="dion" type="fix">
Allow test case to be run.
</action>