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 2009/10/13 15:08:01 UTC

svn commit: r824739 - /jackrabbit/commons/jcr-tests/trunk/pom.xml

Author: jukka
Date: Tue Oct 13 13:08:00 2009
New Revision: 824739

URL: http://svn.apache.org/viewvc?rev=824739&view=rev
Log:
JCRTCK-1: Create jackrabbit/commons/jcr-tests

Make RAT ignore the release plugin work files

Modified:
    jackrabbit/commons/jcr-tests/trunk/pom.xml

Modified: jackrabbit/commons/jcr-tests/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/commons/jcr-tests/trunk/pom.xml?rev=824739&r1=824738&r2=824739&view=diff
==============================================================================
--- jackrabbit/commons/jcr-tests/trunk/pom.xml (original)
+++ jackrabbit/commons/jcr-tests/trunk/pom.xml Tue Oct 13 13:08:00 2009
@@ -62,6 +62,7 @@
         <artifactId>apache-rat-plugin</artifactId>
         <configuration>
           <excludes>
+            <exclude>release.properties</exclude>
             <exclude>**/nodetype/spec/*.txt</exclude>
           </excludes>
         </configuration>