use plexus-component-metadata instead of obsolete plexus-maven-plugin

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1395265 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Herve Boutemy 2012-10-07 09:57:19 +00:00
parent c32e7bf784
commit c8a3b4597e
1 changed files with 2 additions and 2 deletions

View File

@ -55,11 +55,11 @@ under the License.
<plugins>
<plugin>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-maven-plugin</artifactId>
<artifactId>plexus-component-metadata</artifactId>
<executions>
<execution>
<goals>
<goal>descriptor</goal>
<goal>generate-metadata</goal>
</goals>
</execution>
</executions>