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 2006/12/11 11:52:27 UTC

svn commit: r485595 - /jackrabbit/trunk/jackrabbit-core/pom.xml

Author: jukka
Date: Mon Dec 11 02:52:25 2006
New Revision: 485595

URL: http://svn.apache.org/viewvc?view=rev&rev=485595
Log:
JCR-332: Use <exclude> instead of <skip> to make -Dmaven.test.skip work properly

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

Modified: jackrabbit/trunk/jackrabbit-core/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-core/pom.xml?view=diff&rev=485595&r1=485594&r2=485595
==============================================================================
--- jackrabbit/trunk/jackrabbit-core/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-core/pom.xml Mon Dec 11 02:52:25 2006
@@ -215,7 +215,9 @@
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
-          <skip>true</skip>
+          <excludes>
+            <exclude>**</exclude>
+          </excludes>
           <forkMode>once</forkMode>
           <argLine>-Xmx128m -enableassertions</argLine>
           <systemProperties>