You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by md...@apache.org on 2009/09/18 11:51:57 UTC

svn commit: r816565 - /jackrabbit/trunk/jackrabbit-jcr-client/pom.xml

Author: mduerig
Date: Fri Sep 18 09:51:57 2009
New Revision: 816565

URL: http://svn.apache.org/viewvc?rev=816565&view=rev
Log:
JCR-2309: Remove excessive dependencies from jcr-client module 

excluding files generated by test runs from rat check

Modified:
    jackrabbit/trunk/jackrabbit-jcr-client/pom.xml

Modified: jackrabbit/trunk/jackrabbit-jcr-client/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-jcr-client/pom.xml?rev=816565&r1=816564&r2=816565&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-jcr-client/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-jcr-client/pom.xml Fri Sep 18 09:51:57 2009
@@ -59,6 +59,18 @@
                     <argLine>-Xmx128m -enableassertions</argLine>
                 </configuration>
             </plugin>
+            
+          <plugin>
+              <groupId>org.apache.rat</groupId>
+              <artifactId>apache-rat-plugin</artifactId>
+              <configuration>
+                  <excludes>
+                      <exclude>repository/**</exclude>
+                      <exclude>repository.xml</exclude>
+                      <exclude>derby.log</exclude>
+                  </excludes>
+              </configuration>
+            </plugin>
         </plugins>
     </build>