Author: anil.saldhana(a)jboss.com
Date: 2008-09-15 16:22:33 -0400 (Mon, 15 Sep 2008)
New Revision: 87
Modified:
identity-federation/trunk/identity-opensaml/pom.xml
Log:
add version to surefire plugin
Modified: identity-federation/trunk/identity-opensaml/pom.xml
===================================================================
--- identity-federation/trunk/identity-opensaml/pom.xml 2008-09-15 15:22:10 UTC (rev 86)
+++ identity-federation/trunk/identity-opensaml/pom.xml 2008-09-15 20:22:33 UTC (rev 87)
@@ -30,10 +30,11 @@
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
+ <version>2.4.3</version>
<configuration>
<printSummary>true</printSummary>
<disableXmlReport>false</disableXmlReport>
- <testFailureIgnore>true</testFailureIgnore>
+ <testFailureIgnore>false</testFailureIgnore>
<includes>
<include>**/**TestCase.java</include>
</includes>
@@ -49,7 +50,7 @@
<dependencies>
<dependency>
<groupId>opensaml</groupId>
- <artifactId>opensaml</artifactId>
+ <artifactId>openws</artifactId>
</dependency>
<dependency>
<groupId>opensaml</groupId>
@@ -57,7 +58,7 @@
</dependency>
<dependency>
<groupId>opensaml</groupId>
- <artifactId>openws</artifactId>
+ <artifactId>opensaml</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Show replies by date