[hornetq-commits] JBoss hornetq SVN: r10610 - trunk/tests/integration-tests.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon May 9 11:30:26 EDT 2011


Author: borges
Date: 2011-05-09 11:30:26 -0400 (Mon, 09 May 2011)
New Revision: 10610

Modified:
   trunk/tests/integration-tests/pom.xml
Log:
mvn: Remove duplicate declaration of surefire-plugin (and another wrong quote)

Modified: trunk/tests/integration-tests/pom.xml
===================================================================
--- trunk/tests/integration-tests/pom.xml	2011-05-09 15:01:44 UTC (rev 10609)
+++ trunk/tests/integration-tests/pom.xml	2011-05-09 15:30:26 UTC (rev 10610)
@@ -93,6 +93,7 @@
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-surefire-plugin</artifactId>
             <configuration>
+               <skipTests>${skipIntegrationTests}</skipTests>
                <excludes>
                   <exclude>**/ReplicatedJMSFailoverTest.java</exclude>
                   <exclude>org/hornetq/tests/util/*.java</exclude>
@@ -100,7 +101,7 @@
                   <exclude>**/cluster/failover/*StaticClusterWithBackupFailoverTest.java</exclude>
                   <!--exclude any replication tests for now-->
                   <exclude>**/cluster/failover/*ClusterWithBackupFailoverTestBase.java</exclude>
-                  <exclude>**/cluster/**/*/java"</exclude>
+                  <exclude>**/cluster/**/*/java</exclude>
                   <exclude>**/cluster/failover/*DiscoveryClusterWithBackupFailoverTest.java</exclude>
                   <exclude>**/cluster/failover/*GroupingFailoverReplicationTest.java</exclude>
                   <exclude>**/cluster/failover/*Replicated*.java</exclude>
@@ -138,14 +139,6 @@
                <target>1.6</target>
             </configuration>
          </plugin>
-         <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-surefire-plugin</artifactId>
-            <configuration>
-               <skipTests>${skipIntegrationTests}</skipTests>
-            </configuration>
-            <version>2.4</version>
-         </plugin>
       </plugins>
    </build>
 



More information about the hornetq-commits mailing list