Fixed "exclude" bug. Thanks to Thomas Diesler.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113464 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol 2003-06-04 19:23:03 +00:00
parent 8fd8a7000b
commit 9f775e8e68

View File

@ -130,7 +130,7 @@
<ant:fileset dir="${pom.build.sourceDirectory}">
<ant:include name="${maven.checkstyle.includes}"/>
<ant:include name="${maven.checkstyle.excludes}"/>
<ant:exclude name="${maven.checkstyle.excludes}"/>
</ant:fileset>
<ant:formatter type="xml"