9e856e
From 61963f6f7827459c551a03985e273d5feb65e55c Mon Sep 17 00:00:00 2001
9e856e
From: Stanislav Ochotnicky <sochotnicky@redhat.com>
9e856e
Date: Thu, 19 Jan 2012 17:13:50 +0100
9e856e
Subject: [PATCH 3/3] Remove plexus-maven-plugin dependency
9e856e
9e856e
---
9e856e
 maven-hawtjni-plugin/pom.xml |    6 +++---
9e856e
 1 files changed, 3 insertions(+), 3 deletions(-)
9e856e
9e856e
diff --git a/maven-hawtjni-plugin/pom.xml b/maven-hawtjni-plugin/pom.xml
9e856e
index c0f4109..efdd192 100644
9e856e
--- a/maven-hawtjni-plugin/pom.xml
9e856e
+++ b/maven-hawtjni-plugin/pom.xml
9e856e
@@ -139,12 +139,12 @@
9e856e
       </plugin>
9e856e
       <plugin>
9e856e
         <groupId>org.codehaus.plexus</groupId>
9e856e
-        <artifactId>plexus-maven-plugin</artifactId>
9e856e
-        <version>1.3.8</version>
9e856e
+        <artifactId>plexus-component-metadata</artifactId>
9e856e
+        <version>1.5.5</version>
9e856e
         <executions>
9e856e
           <execution>
9e856e
             <goals>
9e856e
-              <goal>descriptor</goal>
9e856e
+              <goal>generate-metadata</goal>
9e856e
             </goals>
9e856e
           </execution>
9e856e
         </executions>
9e856e
-- 
9e856e
1.7.7.4
9e856e