Author: olamy Date: Mon Aug 6 21:06:45 2012 New Revision: 1370019 URL: http://svn.apache.org/viewvc?rev=1370019&view=rev Log: align surefire/failsafe versions used
Modified: maven/plugins/trunk/maven-eclipse-plugin/pom.xml Modified: maven/plugins/trunk/maven-eclipse-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/pom.xml?rev=1370019&r1=1370018&r2=1370019&view=diff ============================================================================== --- maven/plugins/trunk/maven-eclipse-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-eclipse-plugin/pom.xml Mon Aug 6 21:06:45 2012 @@ -223,7 +223,7 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-report-plugin</artifactId> - <version>2.9</version> + <version>2.12</version> <configuration> <reportsDirectories> <reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory> @@ -272,6 +272,7 @@ under the License. </excludes> <systemPropertyVariables> <maven.home>${maven.home}</maven.home> + <java.io.tmpdir>${project.build.directory}</java.io.tmpdir> </systemPropertyVariables> <argLine>${maven.test.jvmargs}</argLine> </configuration> @@ -384,7 +385,7 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-failsafe-plugin</artifactId> - <version>2.9</version> + <version>2.12</version> <executions> <execution> <goals>