Author: [email protected]
Date: Fri Oct  7 16:35:03 2011
New Revision: 1457

Log:
AMDATUCASSANDRA-104 Committed skip patch

Modified:
   trunk/amdatu-cassandra/test-integration/tests/pom.xml

Modified: trunk/amdatu-cassandra/test-integration/tests/pom.xml
==============================================================================
--- trunk/amdatu-cassandra/test-integration/tests/pom.xml       (original)
+++ trunk/amdatu-cassandra/test-integration/tests/pom.xml       Fri Oct  7 
16:35:03 2011
@@ -218,6 +218,19 @@
     </dependency>
   </dependencies>
 
+  <build>
+    <plugins>
+      <!-- Outside the itest profile just skip surefire. -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  
   <profiles>
     <profile>
       <id>itest</id>
_______________________________________________
Amdatu-commits mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-commits

Reply via email to