mirror of https://github.com/apache/maven.git
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:
parent
c8a3b4597e
commit
e9e33acc93
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue