[hornetq-commits] JBoss hornetq SVN: r10612 - in trunk/tests: jms-tests and 5 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon May 9 11:31:48 EDT 2011


Author: borges
Date: 2011-05-09 11:31:48 -0400 (Mon, 09 May 2011)
New Revision: 10612

Modified:
   trunk/tests/concurrent-tests/pom.xml
   trunk/tests/jms-tests/pom.xml
   trunk/tests/joram-tests/pom.xml
   trunk/tests/performance-tests/pom.xml
   trunk/tests/soak-tests/pom.xml
   trunk/tests/stress-tests/pom.xml
   trunk/tests/timing-tests/pom.xml
Log:
mvn: Remove duplicate declarations of surefire-plugin (fixes warnings)

Modified: trunk/tests/concurrent-tests/pom.xml
===================================================================
--- trunk/tests/concurrent-tests/pom.xml	2011-05-09 15:30:58 UTC (rev 10611)
+++ trunk/tests/concurrent-tests/pom.xml	2011-05-09 15:31:48 UTC (rev 10612)
@@ -121,6 +121,7 @@
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-surefire-plugin</artifactId>
             <configuration>
+               <skipTests>${skipConcurrentTests}</skipTests>
                <includes>
                   <include>**/*Test.java</include>
                </includes>
@@ -134,14 +135,6 @@
                <target>1.6</target>
             </configuration>
          </plugin>
-         <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-surefire-plugin</artifactId>
-            <configuration>
-               <skipTests>${skipConcurrentTests}</skipTests>
-            </configuration>
-            <version>2.4</version>
-         </plugin>
       </plugins>
    </build>
 

Modified: trunk/tests/jms-tests/pom.xml
===================================================================
--- trunk/tests/jms-tests/pom.xml	2011-05-09 15:30:58 UTC (rev 10611)
+++ trunk/tests/jms-tests/pom.xml	2011-05-09 15:31:48 UTC (rev 10612)
@@ -96,6 +96,7 @@
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-surefire-plugin</artifactId>
             <configuration>
+               <skipTests>${skipJmsTests}</skipTests>
                <includes>
                   <include>**/*Test.java</include>
                </includes>
@@ -119,14 +120,6 @@
                <target>1.6</target>
             </configuration>
          </plugin>
-         <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-surefire-plugin</artifactId>
-            <configuration>
-               <skipTests>${skipJmsTests}</skipTests>
-            </configuration>
-            <version>2.4</version>
-         </plugin>
       </plugins>
    </build>
 

Modified: trunk/tests/joram-tests/pom.xml
===================================================================
--- trunk/tests/joram-tests/pom.xml	2011-05-09 15:30:58 UTC (rev 10611)
+++ trunk/tests/joram-tests/pom.xml	2011-05-09 15:31:48 UTC (rev 10612)
@@ -115,6 +115,7 @@
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-surefire-plugin</artifactId>
             <configuration>
+               <skipTests>${skipJoramTests}</skipTests>
                <includes>
                   <include>**/*Test.java</include>
                </includes>
@@ -128,14 +129,6 @@
                <target>1.6</target>
             </configuration>
          </plugin>
-         <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-surefire-plugin</artifactId>
-            <configuration>
-               <skipTests>${skipJoramTests}</skipTests>
-            </configuration>
-            <version>2.4</version>
-         </plugin>
       </plugins>
    </build>
 

Modified: trunk/tests/performance-tests/pom.xml
===================================================================
--- trunk/tests/performance-tests/pom.xml	2011-05-09 15:30:58 UTC (rev 10611)
+++ trunk/tests/performance-tests/pom.xml	2011-05-09 15:31:48 UTC (rev 10612)
@@ -121,6 +121,7 @@
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-surefire-plugin</artifactId>
             <configuration>
+               <skipTests>${skipPerformanceTests}</skipTests>
                <includes>
                   <include>**/*Test.java</include>
                </includes>
@@ -134,14 +135,6 @@
                <target>1.6</target>
             </configuration>
          </plugin>
-         <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-surefire-plugin</artifactId>
-            <configuration>
-               <skipTests>${skipPerformanceTests}</skipTests>
-            </configuration>
-            <version>2.4</version>
-         </plugin>
       </plugins>
    </build>
 

Modified: trunk/tests/soak-tests/pom.xml
===================================================================
--- trunk/tests/soak-tests/pom.xml	2011-05-09 15:30:58 UTC (rev 10611)
+++ trunk/tests/soak-tests/pom.xml	2011-05-09 15:31:48 UTC (rev 10612)
@@ -121,6 +121,7 @@
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-surefire-plugin</artifactId>
             <configuration>
+               <skipTests>${skipSoakTests}</skipTests>
                <includes>
                   <include>**/*Test.java</include>
                </includes>
@@ -134,14 +135,6 @@
                <target>1.6</target>
             </configuration>
          </plugin>
-         <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-surefire-plugin</artifactId>
-            <configuration>
-               <skipTests>${skipSoakTests}</skipTests>
-            </configuration>
-            <version>2.4</version>
-         </plugin>
       </plugins>
    </build>
 

Modified: trunk/tests/stress-tests/pom.xml
===================================================================
--- trunk/tests/stress-tests/pom.xml	2011-05-09 15:30:58 UTC (rev 10611)
+++ trunk/tests/stress-tests/pom.xml	2011-05-09 15:31:48 UTC (rev 10612)
@@ -121,6 +121,7 @@
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-surefire-plugin</artifactId>
             <configuration>
+               <skipTests>${skipStressTests}</skipTests>
                <includes>
                   <include>**/*Test.java</include>
                </includes>
@@ -134,14 +135,6 @@
                <target>1.6</target>
             </configuration>
          </plugin>
-         <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-surefire-plugin</artifactId>
-            <configuration>
-               <skipTests>${skipStressTests}</skipTests>
-            </configuration>
-            <version>2.4</version>
-         </plugin>
       </plugins>
    </build>
 

Modified: trunk/tests/timing-tests/pom.xml
===================================================================
--- trunk/tests/timing-tests/pom.xml	2011-05-09 15:30:58 UTC (rev 10611)
+++ trunk/tests/timing-tests/pom.xml	2011-05-09 15:31:48 UTC (rev 10612)
@@ -121,6 +121,7 @@
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-surefire-plugin</artifactId>
             <configuration>
+               <skipTests>${skipTimingTests}</skipTests>
                <includes>
                   <include>**/*Test.java</include>
                </includes>
@@ -134,14 +135,6 @@
                <target>1.6</target>
             </configuration>
          </plugin>
-         <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-surefire-plugin</artifactId>
-            <configuration>
-               <skipTests>${skipTimingTests}</skipTests>
-            </configuration>
-            <version>2.4</version>
-         </plugin>
       </plugins>
    </build>
 



More information about the hornetq-commits mailing list