You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2010/12/09 12:12:38 UTC

svn commit: r1043893 - /jackrabbit/trunk/pom.xml

Author: jukka
Date: Thu Dec  9 11:12:38 2010
New Revision: 1043893

URL: http://svn.apache.org/viewvc?rev=1043893&view=rev
Log:
Exclude release.properties from RAT checks

Modified:
    jackrabbit/trunk/pom.xml

Modified: jackrabbit/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/pom.xml?rev=1043893&r1=1043892&r2=1043893&view=diff
==============================================================================
--- jackrabbit/trunk/pom.xml (original)
+++ jackrabbit/trunk/pom.xml Thu Dec  9 11:12:38 2010
@@ -76,6 +76,7 @@
         <artifactId>apache-rat-plugin</artifactId>
         <configuration>
           <excludes>
+            <exclude>release.properties</exclude>
             <exclude>test/**/target/**</exclude>
             <exclude>test/**/.*/**</exclude>
             <exclude>test/**/*.log</exclude>