Fix for Maven-1044. Allow multiple includes/excludes
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114384 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8f58b5e508
commit
d9280d16af
@ -86,9 +86,9 @@
|
||||
|
||||
<pmd rulesetfiles="${maven.pmd.rulesetfiles}">
|
||||
<formatter type="xml" toFile="${maven.build.dir}/pmd-raw-report.xml"/>
|
||||
<fileset dir="${pom.build.sourceDirectory}">
|
||||
<include name="${maven.pmd.includes}"/>
|
||||
<exclude name="${maven.pmd.excludes}"/>
|
||||
<fileset dir="${pom.build.sourceDirectory}"
|
||||
includes="${maven.pmd.includes}"
|
||||
excludes="${maven.pmd.excludes}">
|
||||
|
||||
<!-- FIXME: This is a bad cut and paste -->
|
||||
<!-- handle source modifications -->
|
||||
|
||||
@ -9,6 +9,9 @@
|
||||
<body>
|
||||
|
||||
<release version="1.3" date="in CVS">
|
||||
<action dev="dion" type="fix" issue="MAVEN-1044">
|
||||
Allow multiple includes/excludes.
|
||||
</action>
|
||||
<action dev="dion" type="update">
|
||||
Apply MAVEN-1008. Allow for custom rulesets in the classpath.
|
||||
</action>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user