You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by il...@apache.org on 2011/07/02 16:08:58 UTC

svn commit: r1142227 - /cocoon/cocoon3/trunk/cocoon-optional/pom.xml

Author: ilgrosso
Date: Sat Jul  2 14:08:58 2011
New Revision: 1142227

URL: http://svn.apache.org/viewvc?rev=1142227&view=rev
Log:
Fixing broken IT (by RAT check)

Modified:
    cocoon/cocoon3/trunk/cocoon-optional/pom.xml

Modified: cocoon/cocoon3/trunk/cocoon-optional/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-optional/pom.xml?rev=1142227&r1=1142226&r2=1142227&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-optional/pom.xml (original)
+++ cocoon/cocoon3/trunk/cocoon-optional/pom.xml Sat Jul  2 14:08:58 2011
@@ -154,7 +154,7 @@
         <artifactId>rat-maven-plugin</artifactId>
         <configuration>
           <excludes>
-            <exclude>data/**</exclude>
+            <exclude>src/test/resources/**/test*.*</exclude>
           </excludes>
         </configuration>
       </plugin>