Author: bmahe
Date: Thu Jul 12 06:50:50 2012
New Revision: 1360546
URL: http://svn.apache.org/viewvc?rev=1360546&view=rev
Log:
BIGTOP-671. Bump maven-surefire-plugin and maven-failsafe-plugin to 2.11
(Stephen Chu via Bruno Mahé)
Modified:
incubator/bigtop/trunk/bigtop-tests/test-execution/common/pom.xml
incubator/bigtop/trunk/bigtop-tests/test-execution/integration/pom.xml
incubator/bigtop/trunk/bigtop-tests/test-execution/integration/sqoop/pom.xml
incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/giraph/pom.xml
incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/hadoop/pom.xml
incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/hbase/pom.xml
incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/hive/pom.xml
incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/mahout/pom.xml
incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/oozie/pom.xml
incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/pig/pom.xml
incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/pom.xml
incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/sqoop-smokes/pom.xml
incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/sqoop/pom.xml
Modified: incubator/bigtop/trunk/bigtop-tests/test-execution/common/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-execution/common/pom.xml?rev=1360546&r1=1360545&r2=1360546&view=diff
==============================================================================
--- incubator/bigtop/trunk/bigtop-tests/test-execution/common/pom.xml (original)
+++ incubator/bigtop/trunk/bigtop-tests/test-execution/common/pom.xml Thu Jul
12 06:50:50 2012
@@ -140,7 +140,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.7</version>
+ <version>2.11</version>
<configuration>
<skip>true</skip>
</configuration>
@@ -259,7 +259,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
- <version>2.7.1</version>
+ <version>2.11</version>
<configuration>
<includes>
<include>${org.apache.maven-failsafe-plugin.testInclude}</include>
Modified: incubator/bigtop/trunk/bigtop-tests/test-execution/integration/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-execution/integration/pom.xml?rev=1360546&r1=1360545&r2=1360546&view=diff
==============================================================================
--- incubator/bigtop/trunk/bigtop-tests/test-execution/integration/pom.xml
(original)
+++ incubator/bigtop/trunk/bigtop-tests/test-execution/integration/pom.xml Thu
Jul 12 06:50:50 2012
@@ -137,7 +137,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.7</version>
+ <version>2.11</version>
<configuration>
<skip>true</skip>
</configuration>
Modified:
incubator/bigtop/trunk/bigtop-tests/test-execution/integration/sqoop/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-execution/integration/sqoop/pom.xml?rev=1360546&r1=1360545&r2=1360546&view=diff
==============================================================================
---
incubator/bigtop/trunk/bigtop-tests/test-execution/integration/sqoop/pom.xml
(original)
+++
incubator/bigtop/trunk/bigtop-tests/test-execution/integration/sqoop/pom.xml
Thu Jul 12 06:50:50 2012
@@ -97,7 +97,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
- <version>2.7.1</version>
+ <version>2.11</version>
<configuration>
<systemPropertyVariables>
<MYSQL_ROOTPW></MYSQL_ROOTPW>
Modified:
incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/giraph/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/giraph/pom.xml?rev=1360546&r1=1360545&r2=1360546&view=diff
==============================================================================
--- incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/giraph/pom.xml
(original)
+++ incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/giraph/pom.xml
Thu Jul 12 06:50:50 2012
@@ -90,7 +90,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
- <version>2.7.1</version>
+ <version>2.11</version>
<configuration>
<additionalClasspathElements>
<additionalClasspathElement>${HADOOP_CONF_DIR}</additionalClasspathElement>
Modified:
incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/hadoop/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/hadoop/pom.xml?rev=1360546&r1=1360545&r2=1360546&view=diff
==============================================================================
--- incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/hadoop/pom.xml
(original)
+++ incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/hadoop/pom.xml
Thu Jul 12 06:50:50 2012
@@ -79,7 +79,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
- <version>2.7.1</version>
+ <version>2.11</version>
<configuration>
<forkMode>always</forkMode>
<systemPropertyVariables>
Modified:
incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/hbase/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/hbase/pom.xml?rev=1360546&r1=1360545&r2=1360546&view=diff
==============================================================================
--- incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/hbase/pom.xml
(original)
+++ incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/hbase/pom.xml Thu
Jul 12 06:50:50 2012
@@ -95,7 +95,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
- <version>2.7.1</version>
+ <version>2.11</version>
<configuration>
<systemPropertyVariables>
<org.apache.bigtop.itest.hbasesmoke.TestHbasePigSmoke.extra_jars>
Modified: incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/hive/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/hive/pom.xml?rev=1360546&r1=1360545&r2=1360546&view=diff
==============================================================================
--- incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/hive/pom.xml
(original)
+++ incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/hive/pom.xml Thu
Jul 12 06:50:50 2012
@@ -96,7 +96,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
- <version>2.7.1</version>
+ <version>2.11</version>
<configuration>
<systemPropertyVariables>
<org.apache.bigtop.itest.hivesmoke.IntegrationTestHiveSmokeBulk.extra_jars>
Modified:
incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/mahout/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/mahout/pom.xml?rev=1360546&r1=1360545&r2=1360546&view=diff
==============================================================================
--- incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/mahout/pom.xml
(original)
+++ incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/mahout/pom.xml
Thu Jul 12 06:50:50 2012
@@ -85,7 +85,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
- <version>2.7.1</version>
+ <version>2.11</version>
<configuration>
<additionalClasspathElements>
<additionalClasspathElement>${HADOOP_CONF_DIR}</additionalClasspathElement>
Modified:
incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/oozie/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/oozie/pom.xml?rev=1360546&r1=1360545&r2=1360546&view=diff
==============================================================================
--- incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/oozie/pom.xml
(original)
+++ incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/oozie/pom.xml Thu
Jul 12 06:50:50 2012
@@ -59,7 +59,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
- <version>2.7.1</version>
+ <version>2.11</version>
<configuration>
<systemPropertyVariables>
<org.apache.bigtop.itest.oozie_url>${OOZIE_URL}</org.apache.bigtop.itest.oozie_url>
Modified: incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/pig/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/pig/pom.xml?rev=1360546&r1=1360545&r2=1360546&view=diff
==============================================================================
--- incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/pig/pom.xml
(original)
+++ incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/pig/pom.xml Thu
Jul 12 06:50:50 2012
@@ -69,7 +69,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
- <version>2.7.1</version>
+ <version>2.11</version>
<configuration>
<forkMode>always</forkMode>
<argLine>-Dpigunit.exectype.cluster=true</argLine>
Modified: incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/pom.xml?rev=1360546&r1=1360545&r2=1360546&view=diff
==============================================================================
--- incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/pom.xml (original)
+++ incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/pom.xml Thu Jul
12 06:50:50 2012
@@ -271,7 +271,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.7</version>
+ <version>2.11</version>
<configuration>
<skip>true</skip>
</configuration>
Modified:
incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/sqoop-smokes/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/sqoop-smokes/pom.xml?rev=1360546&r1=1360545&r2=1360546&view=diff
==============================================================================
---
incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/sqoop-smokes/pom.xml
(original)
+++
incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/sqoop-smokes/pom.xml
Thu Jul 12 06:50:50 2012
@@ -83,7 +83,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
- <version>2.7.1</version>
+ <version>2.11</version>
</plugin>
</plugins>
</build>
Modified:
incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/sqoop/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/sqoop/pom.xml?rev=1360546&r1=1360545&r2=1360546&view=diff
==============================================================================
--- incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/sqoop/pom.xml
(original)
+++ incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/sqoop/pom.xml Thu
Jul 12 06:50:50 2012
@@ -78,7 +78,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
- <version>2.7.1</version>
+ <version>2.11</version>
<configuration>
<includes>
<include>**/TestColumnTypes*</include>