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