You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2014/10/29 15:33:16 UTC

svn commit: r1635149 - /commons/proper/csv/trunk/pom.xml

Author: ggregory
Date: Wed Oct 29 14:33:16 2014
New Revision: 1635149

URL: http://svn.apache.org/r1635149
Log:
No need to set BOTH the checkstyle.header.file property AND the headerLocation configuration for Checkstyle license header.

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=1635149&r1=1635148&r2=1635149&view=diff
==============================================================================
--- commons/proper/csv/trunk/pom.xml (original)
+++ commons/proper/csv/trunk/pom.xml Wed Oct 29 14:33:16 2014
@@ -159,7 +159,6 @@ CSV files of various types.
         <configuration>
           <configLocation>${basedir}/checkstyle.xml</configLocation>
           <enableRulesSummary>false</enableRulesSummary>
-          <headerLocation>${checkstyle.header.file}</headerLocation>
         </configuration>
       </plugin>
 
@@ -199,7 +198,6 @@ CSV files of various types.
         <configuration>
           <configLocation>${basedir}/checkstyle.xml</configLocation>
           <enableRulesSummary>false</enableRulesSummary>
-          <headerLocation>${checkstyle.header.file}</headerLocation>
         </configuration>
         <!-- We need to specify reportSets because 2.9.1 creates two reports -->
         <reportSets>