You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2012/06/24 23:51:49 UTC

svn commit: r1353344 - /maven/plugins/trunk/maven-changes-plugin/pom.xml

Author: hboutemy
Date: Sun Jun 24 21:51:49 2012
New Revision: 1353344

URL: http://svn.apache.org/viewvc?rev=1353344&view=rev
Log:
replaced plexus-maven-plugin with plexus-component-metadata

Modified:
    maven/plugins/trunk/maven-changes-plugin/pom.xml

Modified: maven/plugins/trunk/maven-changes-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/pom.xml?rev=1353344&r1=1353343&r2=1353344&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changes-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-changes-plugin/pom.xml Sun Jun 24 21:51:49 2012
@@ -407,26 +407,10 @@ under the License.
         <artifactId>plexus-component-metadata</artifactId>
         <executions>
           <execution>
-            <id>create-component-descriptor</id>
-            <phase>generate-resources</phase>
             <goals>
               <goal>generate-metadata</goal>
             </goals>
           </execution>
-          <execution>
-            <id>merge</id>
-            <configuration>
-              <output>${project.build.outputDirectory}/META-INF/plexus/components.xml</output>
-              <descriptors>
-                <descriptor>${project.build.outputDirectory}/META-INF/plexus/components.xml</descriptor>
-                <descriptor>src/main/resources/META-INF/plexus/components.xml</descriptor>
-              </descriptors>
-            </configuration>
-            <phase>generate-resources</phase>
-            <goals>
-              <goal>merge-metadata</goal>
-            </goals>
-          </execution>
         </executions>
       </plugin>
     </plugins>