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/08 21:37:28 UTC

svn commit: r1043663 - /jackrabbit/branches/2.2/pom.xml

Author: jukka
Date: Wed Dec  8 20:37:28 2010
New Revision: 1043663

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

Modified:
    jackrabbit/branches/2.2/pom.xml

Modified: jackrabbit/branches/2.2/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/2.2/pom.xml?rev=1043663&r1=1043662&r2=1043663&view=diff
==============================================================================
--- jackrabbit/branches/2.2/pom.xml (original)
+++ jackrabbit/branches/2.2/pom.xml Wed Dec  8 20:37:28 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>