You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2013/04/15 14:04:01 UTC

svn commit: r1467954 - /syncope/branches/1_1_X/core/pom.xml

Author: ilgrosso
Date: Mon Apr 15 12:04:01 2013
New Revision: 1467954

URL: http://svn.apache.org/r1467954
Log:
Disabling unit tests from the jaxrs profile

Modified:
    syncope/branches/1_1_X/core/pom.xml

Modified: syncope/branches/1_1_X/core/pom.xml
URL: http://svn.apache.org/viewvc/syncope/branches/1_1_X/core/pom.xml?rev=1467954&r1=1467953&r2=1467954&view=diff
==============================================================================
--- syncope/branches/1_1_X/core/pom.xml (original)
+++ syncope/branches/1_1_X/core/pom.xml Mon Apr 15 12:04:01 2013
@@ -764,6 +764,15 @@ under the License.
         <plugins>
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-surefire-plugin</artifactId>
+            <inherited>true</inherited>
+            <configuration>
+              <skipTests>true</skipTests>
+            </configuration>
+          </plugin>
+          
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-failsafe-plugin</artifactId>
             <inherited>true</inherited>
             <configuration>