Author: bdaw
Date: 2009-04-07 15:19:56 -0400 (Tue, 07 Apr 2009)
New Revision: 432
Modified:
idm/trunk/example/maven2/pom.xml
idm/trunk/idm/pom.xml
idm/trunk/parent/pom.xml
Log:
specify surefire plugin version to try to workaround hudson issues
Modified: idm/trunk/example/maven2/pom.xml
===================================================================
--- idm/trunk/example/maven2/pom.xml 2009-04-07 18:58:01 UTC (rev 431)
+++ idm/trunk/example/maven2/pom.xml 2009-04-07 19:19:56 UTC (rev 432)
@@ -84,6 +84,7 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
+ <version>2.4.3</version>
<configuration>
<printSummary>true</printSummary>
<disableXmlReport>false</disableXmlReport>
Modified: idm/trunk/idm/pom.xml
===================================================================
--- idm/trunk/idm/pom.xml 2009-04-07 18:58:01 UTC (rev 431)
+++ idm/trunk/idm/pom.xml 2009-04-07 19:19:56 UTC (rev 432)
@@ -214,9 +214,10 @@
<build>
<plugins>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
+ <version>2.4.3</version>
<configuration>
- <!--<skip>true</skip>-->
<systemProperties>
<property>
<name>dataSourceName</name>
Modified: idm/trunk/parent/pom.xml
===================================================================
--- idm/trunk/parent/pom.xml 2009-04-07 18:58:01 UTC (rev 431)
+++ idm/trunk/parent/pom.xml 2009-04-07 19:19:56 UTC (rev 432)
@@ -40,6 +40,7 @@
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
+ <version>2.4.3</version>
<configuration>
<printSummary>true</printSummary>
<disableXmlReport>false</disableXmlReport>