[hornetq-commits] JBoss hornetq SVN: r10580 - in trunk: tests and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Apr 29 12:19:47 EDT 2011


Author: borges
Date: 2011-04-29 12:19:47 -0400 (Fri, 29 Apr 2011)
New Revision: 10580

Modified:
   trunk/pom.xml
   trunk/tests/pom.xml
Log:
Fix issue with surefire-report.

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2011-04-29 16:19:25 UTC (rev 10579)
+++ trunk/pom.xml	2011-04-29 16:19:47 UTC (rev 10580)
@@ -283,20 +283,20 @@
             <artifactId>resteasy-atom-provider</artifactId>
             <version>${resteasy.version}</version>
          </dependency>
-         <!-- needed to compile the tests-->
+         <!-- needed to compile the tests -->
          <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <version>3.8.2</version>
          </dependency>
-         <!--needed to compile the jms tests-->
+         <!--needed to compile the jms tests -->
          <dependency>
             <groupId>org.jboss.javaee</groupId>
             <artifactId>jboss-jaspi-api</artifactId>
             <version>1.0.0.GA</version>
          </dependency>
 
-         <!--needed to run the jms tests-->
+         <!--needed to run the jms tests -->
          <dependency>
             <groupId>org.jboss.naming</groupId>
             <artifactId>jnpserver</artifactId>
@@ -463,6 +463,11 @@
             </plugin>
             <plugin>
                <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-surefire-report-plugin</artifactId>
+               <version>2.8.1</version>
+            </plugin>
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-install-plugin</artifactId>
                <version>2.3</version>
                <configuration>
@@ -528,9 +533,9 @@
             </executions>
          </plugin>
          <plugin>
-           <groupId>org.apache.maven.plugins</groupId>
-           <artifactId>maven-help-plugin</artifactId>
-           <version>2.1.1</version>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-help-plugin</artifactId>
+            <version>2.1.1</version>
          </plugin>
       </plugins>
 
@@ -590,7 +595,7 @@
          <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-surefire-report-plugin</artifactId>
-            <version>2.8</version>
+            <version>2.8.1</version>
          </plugin>
       </plugins>
    </reporting>

Modified: trunk/tests/pom.xml
===================================================================
--- trunk/tests/pom.xml	2011-04-29 16:19:25 UTC (rev 10579)
+++ trunk/tests/pom.xml	2011-04-29 16:19:47 UTC (rev 10580)
@@ -30,7 +30,6 @@
             <configuration>
                <skipTests>${skipUnitTests}</skipTests>
             </configuration>
-            <version>2.4</version>
          </plugin>
       </plugins>
    </build>



More information about the hornetq-commits mailing list