File pom.patch of Package plexus-build-api
Index: pom.xml
===================================================================
--- pom.xml.orig
+++ pom.xml
@@ -31,7 +31,7 @@ See the Apache License Version 2.0 for t
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-container-default</artifactId>
- <version>1.0-alpha-9</version>
+ <version>1.0-alpha-8</version>
<scope>provided</scope>
</dependency>
</dependencies>
@@ -46,12 +46,12 @@ See the Apache License Version 2.0 for t
<plugins>
<plugin>
<groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-maven-plugin</artifactId>
- <version>1.3.4</version>
+ <artifactId>plexus-component-metadata</artifactId>
+ <version>1.5.4</version>
<executions>
<execution>
<goals>
- <goal>descriptor</goal>
+ <goal>generate-metadata</goal>
</goals>
</execution>
</executions>