This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-osgi.git
commit b4033bd659976555d83842dd59e38804887d3d17 Author: Herve Boutemy <hbout...@apache.org> AuthorDate: Sun Oct 7 16:20:18 2012 +0000 use plexus-component-metadata instead of obsolete plexus-maven-plugin git-svn-id: https://svn.apache.org/repos/asf/maven/shared/trunk@1395337 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 7610697..1fdcc77 100644 --- a/pom.xml +++ b/pom.xml @@ -66,11 +66,11 @@ <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> -- To stop receiving notification emails like this one, please contact "commits@maven.apache.org" <commits@maven.apache.org>.