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