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