Blame SOURCES/plexus-sec-dispatcher-pom.patch

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