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