Picketlink SVN: r1280 - in federation/trunk: picketlink-bindings and 6 other directories.
by picketlink-commits@lists.jboss.org
Author: pskopek(a)redhat.com
Date: 2011-10-04 07:02:09 -0400 (Tue, 04 Oct 2011)
New Revision: 1280
Modified:
federation/trunk/parent/pom.xml
federation/trunk/picketlink-bindings-jboss/pom.xml
federation/trunk/picketlink-bindings/pom.xml
federation/trunk/picketlink-fed-api/pom.xml
federation/trunk/picketlink-fed-core/pom.xml
federation/trunk/picketlink-fed-model/pom.xml
federation/trunk/picketlink-web/pom.xml
federation/trunk/picketlink-xmlsec-model/pom.xml
Log:
change surefire version to 2.10 and make it consistent across all submodules.
Modified: federation/trunk/parent/pom.xml
===================================================================
--- federation/trunk/parent/pom.xml 2011-10-03 22:08:27 UTC (rev 1279)
+++ federation/trunk/parent/pom.xml 2011-10-04 11:02:09 UTC (rev 1280)
@@ -40,6 +40,7 @@
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
+ <version>2.10</version>
<configuration>
<printSummary>true</printSummary>
<disableXmlReport>false</disableXmlReport>
Modified: federation/trunk/picketlink-bindings/pom.xml
===================================================================
--- federation/trunk/picketlink-bindings/pom.xml 2011-10-03 22:08:27 UTC (rev 1279)
+++ federation/trunk/picketlink-bindings/pom.xml 2011-10-04 11:02:09 UTC (rev 1280)
@@ -33,7 +33,6 @@
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.4.3</version>
<configuration>
<printSummary>true</printSummary>
<disableXmlReport>false</disableXmlReport>
@@ -43,7 +42,7 @@
</excludes>
<forkMode>pertest</forkMode>
<argLine>${surefire.jvm.args}</argLine>
- . <useFile>false</useFile>
+ <useFile>false</useFile>
<trimStackTrace>false</trimStackTrace>
</configuration>
</plugin>
@@ -60,7 +59,6 @@
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.4.3</version>
<configuration>
<childDelegation>true</childDelegation>
<printSummary>true</printSummary>
@@ -71,7 +69,7 @@
</includes>
<forkMode>pertest</forkMode>
<argLine>${surefire.jvm.args}</argLine>
- . <useFile>false</useFile>
+ <useFile>false</useFile>
<trimStackTrace>false</trimStackTrace>
</configuration>
</plugin>
@@ -84,7 +82,6 @@
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.4.3</version>
<configuration>
<printSummary>true</printSummary>
<disableXmlReport>false</disableXmlReport>
Modified: federation/trunk/picketlink-bindings-jboss/pom.xml
===================================================================
--- federation/trunk/picketlink-bindings-jboss/pom.xml 2011-10-03 22:08:27 UTC (rev 1279)
+++ federation/trunk/picketlink-bindings-jboss/pom.xml 2011-10-04 11:02:09 UTC (rev 1280)
@@ -25,7 +25,6 @@
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.4.3</version>
<configuration>
<printSummary>true</printSummary>
<disableXmlReport>false</disableXmlReport>
Modified: federation/trunk/picketlink-fed-api/pom.xml
===================================================================
--- federation/trunk/picketlink-fed-api/pom.xml 2011-10-03 22:08:27 UTC (rev 1279)
+++ federation/trunk/picketlink-fed-api/pom.xml 2011-10-04 11:02:09 UTC (rev 1280)
@@ -25,7 +25,6 @@
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.4.3</version>
<configuration>
<printSummary>true</printSummary>
<disableXmlReport>false</disableXmlReport>
Modified: federation/trunk/picketlink-fed-core/pom.xml
===================================================================
--- federation/trunk/picketlink-fed-core/pom.xml 2011-10-03 22:08:27 UTC (rev 1279)
+++ federation/trunk/picketlink-fed-core/pom.xml 2011-10-04 11:02:09 UTC (rev 1280)
@@ -25,7 +25,6 @@
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.4.3</version>
<configuration>
<printSummary>true</printSummary>
<disableXmlReport>false</disableXmlReport>
Modified: federation/trunk/picketlink-fed-model/pom.xml
===================================================================
--- federation/trunk/picketlink-fed-model/pom.xml 2011-10-03 22:08:27 UTC (rev 1279)
+++ federation/trunk/picketlink-fed-model/pom.xml 2011-10-04 11:02:09 UTC (rev 1280)
@@ -25,7 +25,6 @@
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.4.3</version>
<configuration>
<printSummary>true</printSummary>
<disableXmlReport>false</disableXmlReport>
Modified: federation/trunk/picketlink-web/pom.xml
===================================================================
--- federation/trunk/picketlink-web/pom.xml 2011-10-03 22:08:27 UTC (rev 1279)
+++ federation/trunk/picketlink-web/pom.xml 2011-10-04 11:02:09 UTC (rev 1280)
@@ -33,7 +33,6 @@
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.7.1</version>
<configuration>
<printSummary>true</printSummary>
<disableXmlReport>false</disableXmlReport>
@@ -60,7 +59,6 @@
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.4.3</version>
<configuration>
<childDelegation>true</childDelegation>
<printSummary>true</printSummary>
@@ -84,7 +82,6 @@
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.7.1</version>
<configuration>
<additionalClasspathElements>
<additionalClasspathElement>${basedir}/src/test/resources/endorsed/xercesImpl.jar</additionalClasspathElement>
Modified: federation/trunk/picketlink-xmlsec-model/pom.xml
===================================================================
--- federation/trunk/picketlink-xmlsec-model/pom.xml 2011-10-03 22:08:27 UTC (rev 1279)
+++ federation/trunk/picketlink-xmlsec-model/pom.xml 2011-10-04 11:02:09 UTC (rev 1280)
@@ -25,7 +25,6 @@
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.4.3</version>
<configuration>
<printSummary>true</printSummary>
<disableXmlReport>false</disableXmlReport>