You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2012/08/09 19:54:10 UTC

svn commit: r1371343 - in /axis/axis2/java/transports/trunk: modules/http/pom.xml modules/jms/pom.xml modules/mail/pom.xml modules/sms/pom.xml modules/tcp/pom.xml pom.xml

Author: veithen
Date: Thu Aug  9 17:54:09 2012
New Revision: 1371343

URL: http://svn.apache.org/viewvc?rev=1371343&view=rev
Log:
Upgraded the surefire plugin so that one can use the skipTests property.

Modified:
    axis/axis2/java/transports/trunk/modules/http/pom.xml
    axis/axis2/java/transports/trunk/modules/jms/pom.xml
    axis/axis2/java/transports/trunk/modules/mail/pom.xml
    axis/axis2/java/transports/trunk/modules/sms/pom.xml
    axis/axis2/java/transports/trunk/modules/tcp/pom.xml
    axis/axis2/java/transports/trunk/pom.xml

Modified: axis/axis2/java/transports/trunk/modules/http/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/http/pom.xml?rev=1371343&r1=1371342&r2=1371343&view=diff
==============================================================================
--- axis/axis2/java/transports/trunk/modules/http/pom.xml (original)
+++ axis/axis2/java/transports/trunk/modules/http/pom.xml Thu Aug  9 17:54:09 2012
@@ -45,7 +45,6 @@
           <plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-surefire-plugin</artifactId>
-              <version>2.3</version>
               <configuration>
                   <systemProperties>
                       <property>

Modified: axis/axis2/java/transports/trunk/modules/jms/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/jms/pom.xml?rev=1371343&r1=1371342&r2=1371343&view=diff
==============================================================================
--- axis/axis2/java/transports/trunk/modules/jms/pom.xml (original)
+++ axis/axis2/java/transports/trunk/modules/jms/pom.xml Thu Aug  9 17:54:09 2012
@@ -68,7 +68,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>
-                <version>2.3</version>
                 <configuration>
                     <systemProperties>
                         <property>

Modified: axis/axis2/java/transports/trunk/modules/mail/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/mail/pom.xml?rev=1371343&r1=1371342&r2=1371343&view=diff
==============================================================================
--- axis/axis2/java/transports/trunk/modules/mail/pom.xml (original)
+++ axis/axis2/java/transports/trunk/modules/mail/pom.xml Thu Aug  9 17:54:09 2012
@@ -90,7 +90,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.3</version>
         <configuration>
           <systemProperties>
             <property>

Modified: axis/axis2/java/transports/trunk/modules/sms/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/sms/pom.xml?rev=1371343&r1=1371342&r2=1371343&view=diff
==============================================================================
--- axis/axis2/java/transports/trunk/modules/sms/pom.xml (original)
+++ axis/axis2/java/transports/trunk/modules/sms/pom.xml Thu Aug  9 17:54:09 2012
@@ -90,7 +90,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>
-                <version>2.3</version>
                 <configuration>
                     <systemProperties>
                         <property>

Modified: axis/axis2/java/transports/trunk/modules/tcp/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/tcp/pom.xml?rev=1371343&r1=1371342&r2=1371343&view=diff
==============================================================================
--- axis/axis2/java/transports/trunk/modules/tcp/pom.xml (original)
+++ axis/axis2/java/transports/trunk/modules/tcp/pom.xml Thu Aug  9 17:54:09 2012
@@ -45,7 +45,6 @@
           <plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-surefire-plugin</artifactId>
-              <version>2.4</version>
               <configuration>
                   <systemProperties>
                       <property>

Modified: axis/axis2/java/transports/trunk/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/pom.xml?rev=1371343&r1=1371342&r2=1371343&view=diff
==============================================================================
--- axis/axis2/java/transports/trunk/pom.xml (original)
+++ axis/axis2/java/transports/trunk/pom.xml Thu Aug  9 17:54:09 2012
@@ -433,6 +433,15 @@
                 </executions>
             </plugin>
         </plugins>
+        <pluginManagement>
+            <plugins>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-surefire-plugin</artifactId>
+                    <version>2.12.1</version>
+                </plugin>
+            </plugins>
+        </pluginManagement>
     </build>
 
     <reporting>