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/07 16:28:05 UTC

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

Author: jukka
Date: Thu Dec  7 07:28:04 2006
New Revision: 483490

URL: http://svn.apache.org/viewvc?view=rev&rev=483490
Log:
JCR-332: Removed Surefire <skip/> settings as suggested by Marcel

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=483490&r1=483489&r2=483490
==============================================================================
--- jackrabbit/trunk/jackrabbit-core/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-core/pom.xml Thu Dec  7 07:28:04 2006
@@ -236,7 +236,6 @@
           <execution>
             <id>do_init</id>
             <configuration>
-              <skip>false</skip>
               <includes>
                 <include>**/init/*</include>
               </includes>
@@ -251,7 +250,6 @@
           <execution>
             <id>do_test</id>
             <configuration>
-              <skip>false</skip>
               <excludes>
                 <exclude>**/init/*</exclude>
               </excludes>