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

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

View File

@ -52,14 +52,13 @@ under the License.
<plugins>
<plugin>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-maven-plugin</artifactId>
<version>1.3.8</version>
<artifactId>plexus-component-metadata</artifactId>
<executions>
<execution>
<id>create-component-descriptor</id>
<phase>generate-resources</phase>
<goals>
<goal>descriptor</goal>
<goal>generate-metadata</goal>
</goals>
</execution>
</executions>