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