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 2010/02/16 11:46:57 UTC

svn commit: r910462 - /jackrabbit/trunk/jackrabbit-jcr2spi/pom.xml

Author: mduerig
Date: Tue Feb 16 10:46:57 2010
New Revision: 910462

URL: http://svn.apache.org/viewvc?rev=910462&view=rev
Log:
JCR-2495: Exclude tests instead skipping them

Modified:
    jackrabbit/trunk/jackrabbit-jcr2spi/pom.xml

Modified: jackrabbit/trunk/jackrabbit-jcr2spi/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-jcr2spi/pom.xml?rev=910462&r1=910461&r2=910462&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-jcr2spi/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-jcr2spi/pom.xml Tue Feb 16 10:46:57 2010
@@ -67,7 +67,9 @@
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
-           <skip>true</skip>
+           <excludes>
+              <exclude>**/*</exclude>
+          </excludes>
          </configuration>
       </plugin>
     </plugins>