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