Author: ggregory
Date: Wed Oct 29 14:36:35 2014
New Revision: 1635152
URL: http://svn.apache.org/r1635152
Log:
Checkstyle config to exclude LICENSE.txt and NOTICE.txt.
Modified:
commons/proper/csv/trunk/pom.xml
Modified: commons/proper/csv/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/csv/trunk/pom.xml?rev=1635152&r1=1635151&r2=1635152&view=diff
==============================================================================
--- commons/proper/csv/trunk/pom.xml (original)
+++ commons/proper/csv/trunk/pom.xml Wed Oct 29 14:36:35 2014
@@ -128,6 +128,7 @@ CSV files of various types.
<checkstyle.version>2.13</checkstyle.version>
<checkstyle.header.file>${basedir}/LICENSE-header.txt</checkstyle.header.file>
+ <checkstyle.resourceExcludes>LICENSE.txt,
NOTICE.txt</checkstyle.resourceExcludes>
</properties>
<build>