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