Author: veithen
Date: Wed Dec 21 21:40:02 2011
New Revision: 1221895
URL: http://svn.apache.org/viewvc?rev=1221895&view=rev
Log:
Updated maven-surefire-plugin to version 2.11 so that it recognizes the
skipTests option.
Modified:
axis/axis2/java/sandesha/trunk/pom.xml
Modified: axis/axis2/java/sandesha/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/pom.xml?rev=1221895&r1=1221894&r2=1221895&view=diff
==============================================================================
--- axis/axis2/java/sandesha/trunk/pom.xml (original)
+++ axis/axis2/java/sandesha/trunk/pom.xml Wed Dec 21 21:40:02 2011
@@ -137,7 +137,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.2</version>
+ <version>2.11</version>
</plugin>
<plugin>