Author: hboutemy
Date: Sun Sep 28 16:20:35 2014
New Revision: 1628081
URL: http://svn.apache.org/r1628081
Log:
use property to exclude files, since it can more easily be overridden in child
poms
Modified:
maven/pom/trunk/maven/pom.xml
Modified: maven/pom/trunk/maven/pom.xml
URL:
http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=1628081&r1=1628080&r2=1628081&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Sun Sep 28 16:20:35 2014
@@ -794,6 +794,7 @@ under the License.
<mavenPluginToolsVersion>3.3</mavenPluginToolsVersion>
<!-- don't fail check for some rules that are too hard to enforce (could
even be told broken for some) -->
<checkstyle.violation.ignore>RedundantThrows,NewlineAtEndOfFile</checkstyle.violation.ignore>
+ <checkstyle.excludes>**/HelpMojo.java</checkstyle.excludes>
</properties>
<dependencyManagement>
@@ -901,7 +902,6 @@ under the License.
<configuration>
<configLocation>config/maven_checks.xml</configLocation>
<headerLocation>config/maven-header.txt</headerLocation>
- <excludes>**/HelpMojo.java</excludes>
</configuration>
</plugin>
</plugins>