File pom.patch of Package maven-plugin-testing
Index: maven-plugin-testing-harness/pom.xml
===================================================================
--- maven-plugin-testing-harness/pom.xml.orig
+++ maven-plugin-testing-harness/pom.xml
@@ -78,7 +78,7 @@
<build>
<plugins>
- <plugin>
+ <!--<plugin>
<artifactId>maven-source-plugin</artifactId>
<configuration>
<attach>true</attach>
@@ -90,7 +90,7 @@
</goals>
</execution>
</executions>
- </plugin>
+ </plugin>-->
</plugins>
</build>
Index: maven-plugin-testing-tools/pom.xml
===================================================================
--- maven-plugin-testing-tools/pom.xml.orig
+++ maven-plugin-testing-tools/pom.xml
@@ -33,7 +33,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-container-default</artifactId>
- <version>1.0-alpha-9-stable-1</version>
+ <version>1.0-alpha-8</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
@@ -90,13 +90,13 @@
</plugin>
<plugin>
<groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-maven-plugin</artifactId>
- <version>1.3</version>
+ <artifactId>plexus-component-metadata</artifactId>
+ <version>1.5.4</version>
<executions>
<execution>
<id>create-component-descriptor</id>
<goals>
- <goal>descriptor</goal>
+ <goal>generate-metadata</goal>
</goals>
</execution>
</executions>