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/18 06:57:28 UTC

svn commit: r476452 - /maven/pom/trunk/maven-plugin-surrogate-parent/pom.xml

Author: jdcasey
Date: Fri Nov 17 21:57:27 2006
New Revision: 476452

URL: http://svn.apache.org/viewvc?view=rev&rev=476452
Log:
Adding plugin-plugin to reports.

Modified:
    maven/pom/trunk/maven-plugin-surrogate-parent/pom.xml

Modified: maven/pom/trunk/maven-plugin-surrogate-parent/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven-plugin-surrogate-parent/pom.xml?view=diff&rev=476452&r1=476451&r2=476452
==============================================================================
--- maven/pom/trunk/maven-plugin-surrogate-parent/pom.xml (original)
+++ maven/pom/trunk/maven-plugin-surrogate-parent/pom.xml Fri Nov 17 21:57:27 2006
@@ -264,6 +264,10 @@
         <plugins>
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-plugin-plugin</artifactId>
+          </plugin>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-surefire-report-plugin</artifactId>
           </plugin>
           <plugin>