Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 5d6b0702b846f2a8fd93ff097e6c2387 > files > 1

maven-archetype-2.1-4.mga3.src.rpm

From 34b30a865ca534d38d786387ef955486406ef298 Mon Sep 17 00:00:00 2001
From: Stanislav Ochotnicky <sochotnicky@redhat.com>
Date: Wed, 14 Sep 2011 13:14:55 +0200
Subject: [PATCH 1/3] Use component-metadata instead of maven-plugin

---
 pom.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index c6f0762..9ee5296 100644
--- a/pom.xml
+++ b/pom.xml
@@ -340,11 +340,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>
-- 
1.7.6