446cc5
diff --git a/pom.xml b/pom.xml
446cc5
index 1eb2158..7e7ac5d 100644
446cc5
--- a/pom.xml
446cc5
+++ b/pom.xml
446cc5
@@ -25,25 +25,17 @@
446cc5
     <plugins>
446cc5
       <plugin>
446cc5
         <groupId>org.codehaus.plexus</groupId>
446cc5
-        <artifactId>plexus-maven-plugin</artifactId>
446cc5
+        <artifactId>plexus-component-metadata</artifactId>
446cc5
         <version>1.3.5</version>
446cc5
         <executions>
446cc5
           <execution>
446cc5
             <goals>
446cc5
-              <goal>descriptor</goal>
446cc5
+              <goal>generate-metadata</goal>
446cc5
             </goals>
446cc5
           </execution>
446cc5
         </executions>
446cc5
       </plugin>
446cc5
       <plugin>
446cc5
-        <artifactId>maven-compiler-plugin
446cc5
-        </artifactId>
446cc5
-        <configuration>
446cc5
-          <source>1.4</source>
446cc5
-          <target>1.4</target>
446cc5
-        </configuration>
446cc5
-      </plugin>
446cc5
-      <plugin>
446cc5
         <groupId>org.codehaus.modello</groupId>
446cc5
         <artifactId>modello-maven-plugin</artifactId>
446cc5
         <configuration>