You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by th...@apache.org on 2009/08/28 08:41:56 UTC

svn commit: r808775 - /jackrabbit/trunk/jackrabbit-api/pom.xml

Author: thomasm
Date: Fri Aug 28 06:41:56 2009
New Revision: 808775

URL: http://svn.apache.org/viewvc?rev=808775&view=rev
Log:
JCR-1937: Automatic license header checking - exclude .checkstyle file

Modified:
    jackrabbit/trunk/jackrabbit-api/pom.xml

Modified: jackrabbit/trunk/jackrabbit-api/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-api/pom.xml?rev=808775&r1=808774&r2=808775&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-api/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-api/pom.xml Fri Aug 28 06:41:56 2009
@@ -61,6 +61,15 @@
           </instructions>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>.checkstyle</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
     </plugins>
   </build>