Author: olamy Date: Sun May 22 14:25:41 2011 New Revision: 1125974 URL: http://svn.apache.org/viewvc?rev=1125974&view=rev Log: upgrade surefire plugin version
Modified: maven/maven-3/trunk/maven-embedder/pom.xml maven/maven-3/trunk/pom.xml Modified: maven/maven-3/trunk/maven-embedder/pom.xml URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/maven-embedder/pom.xml?rev=1125974&r1=1125973&r2=1125974&view=diff ============================================================================== --- maven/maven-3/trunk/maven-embedder/pom.xml (original) +++ maven/maven-3/trunk/maven-embedder/pom.xml Sun May 22 14:25:41 2011 @@ -88,20 +88,6 @@ <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-component-metadata</artifactId> </plugin> - <plugin> - <artifactId>maven-surefire-plugin</artifactId> - <!-- - HACK: Enforcing version 2.4.2 while the other modules use 2.4.3 to get testTwoExecutionsDoNotCacheChangedData() - passing on the grid until the embedder can handle HTTP auth. This just pulls down all plugin dependencies during - the main build instead of the test. - --> - <version>2.4.2</version> - <configuration> - <excludes> - <exclude>**/TestComponentOverride.java</exclude> - </excludes> - </configuration> - </plugin> </plugins> </build> </project> Modified: maven/maven-3/trunk/pom.xml URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/pom.xml?rev=1125974&r1=1125973&r2=1125974&view=diff ============================================================================== --- maven/maven-3/trunk/pom.xml (original) +++ maven/maven-3/trunk/pom.xml Sun May 22 14:25:41 2011 @@ -400,6 +400,7 @@ </configuration> </plugin> <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <configuration> <tagBase>https://svn.apache.org/repos/asf/maven/maven-3/tags</tagBase> @@ -407,8 +408,9 @@ </configuration> </plugin> <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.7.2</version> + <version>2.8.1</version> <configuration> <argLine>-Xmx256m</argLine> </configuration> @@ -521,10 +523,12 @@ <reporting> <plugins> <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.5</version> </plugin> <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pmd-plugin</artifactId> <configuration> <targetJdk>1.5</targetJdk> @@ -554,6 +558,7 @@ <build> <plugins> <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> <systemProperties combine.children="append">