Author: dkulp
Date: Wed Mar 21 17:07:24 2012
New Revision: 1303466

URL: http://svn.apache.org/viewvc?rev=1303466&view=rev
Log:
Skip test in the server/client profiles to avoid conflicts

Modified:
    cxf/trunk/distribution/src/main/release/samples/aegis/pom.xml

Modified: cxf/trunk/distribution/src/main/release/samples/aegis/pom.xml
URL: 
http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/aegis/pom.xml?rev=1303466&r1=1303465&r2=1303466&view=diff
==============================================================================
--- cxf/trunk/distribution/src/main/release/samples/aegis/pom.xml (original)
+++ cxf/trunk/distribution/src/main/release/samples/aegis/pom.xml Wed Mar 21 
17:07:24 2012
@@ -56,6 +56,9 @@
     <profiles>
         <profile>
             <id>server</id>
+            <properties>
+                <maven.test.skip>true</maven.test.skip>
+            </properties>
             <build>
                 <defaultGoal>test</defaultGoal>
                 <plugins>
@@ -79,6 +82,9 @@
         </profile>
         <profile>
             <id>client</id>
+            <properties>
+                <maven.test.skip>true</maven.test.skip>
+            </properties>
             <build>
                 <defaultGoal>test</defaultGoal>
                 <plugins>


Reply via email to