Author: britter
Date: Thu Dec 25 15:12:26 2014
New Revision: 1647901

URL: http://svn.apache.org/r1647901
Log:
Let RAT do the license header checking

Removed:
    commons/proper/validator/trunk/license-header.txt
Modified:
    commons/proper/validator/trunk/checkstyle.xml
    commons/proper/validator/trunk/pom.xml

Modified: commons/proper/validator/trunk/checkstyle.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/validator/trunk/checkstyle.xml?rev=1647901&r1=1647900&r2=1647901&view=diff
==============================================================================
--- commons/proper/validator/trunk/checkstyle.xml (original)
+++ commons/proper/validator/trunk/checkstyle.xml Thu Dec 25 15:12:26 2014
@@ -149,9 +149,4 @@
     <property name="fileExtensions" value="java,xml"/>
   </module>
 
-  <!-- enforce License Header -->
-  <module name="Header">
-    <property name="headerFile" value="${checkstyle.header.file}"/>
-  </module>
-
 </module>

Modified: commons/proper/validator/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/validator/trunk/pom.xml?rev=1647901&r1=1647900&r2=1647901&view=diff
==============================================================================
--- commons/proper/validator/trunk/pom.xml (original)
+++ commons/proper/validator/trunk/pom.xml Thu Dec 25 15:12:26 2014
@@ -281,8 +281,14 @@
         <configuration>
           <configLocation>${basedir}/checkstyle.xml</configLocation>
           <enableRulesSummary>false</enableRulesSummary>
-          <headerFile>${basedir}/license-header.txt</headerFile>
         </configuration>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>checkstyle</report>
+            </reports>
+          </reportSet>
+        </reportSets>
       </plugin>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>


Reply via email to