You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2006/11/20 21:08:51 UTC

svn commit: r477309 - /maven/plugins/trunk/pom.xml

Author: jdcasey
Date: Mon Nov 20 12:08:46 2006
New Revision: 477309

URL: http://svn.apache.org/viewvc?view=rev&rev=477309
Log:
Changing to the maven-plugin-surrogate-parent:5-SNAPSHOT POM that works around the main maven parent-POM's use of reporting to avoid a cycle when trying to build all plugins from the parent level.

Modified:
    maven/plugins/trunk/pom.xml

Modified: maven/plugins/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/pom.xml?view=diff&rev=477309&r1=477308&r2=477309
==============================================================================
--- maven/plugins/trunk/pom.xml (original)
+++ maven/plugins/trunk/pom.xml Mon Nov 20 12:08:46 2006
@@ -3,9 +3,9 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.maven</groupId>
-    <artifactId>maven-parent</artifactId>
-    <version>4</version>
-    <relativePath>../pom/maven/pom.xml</relativePath>
+    <artifactId>maven-plugin-surrogate-parent</artifactId>
+    <version>5-SNAPSHOT</version>
+    <relativePath>../pom/maven-plugin-surrogate-parent/pom.xml</relativePath>
   </parent>
   <groupId>org.apache.maven.plugins</groupId>
   <artifactId>maven-plugins</artifactId>
@@ -127,11 +127,6 @@
   </build>
   <reporting>
     <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-plugin-plugin</artifactId>
-        <version>2.2-SNAPSHOT</version>
-      </plugin>
     </plugins>
   </reporting>
   <profiles>