File pom.patch of Package maven-surefire
Index: pom.xml
===================================================================
--- pom.xml.orig
+++ pom.xml
@@ -77,10 +77,10 @@
</scm>
<build>
<plugins>
- <plugin>
+ <!--<plugin>
<artifactId>maven-site-plugin</artifactId>
<version>2.0-beta-5</version>
- </plugin>
+ </plugin>-->
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
Index: maven-surefire-report-plugin/pom.xml
===================================================================
--- maven-surefire-report-plugin/pom.xml.orig
+++ maven-surefire-report-plugin/pom.xml
@@ -41,7 +41,7 @@
</developers>
<dependencies>
<dependency>
- <groupId>org.apache.maven.reporting</groupId>
+ <groupId>org.apache.maven.shared</groupId>
<artifactId>maven-reporting-api</artifactId>
<version>2.0</version>
</dependency>