You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2005/10/12 09:29:00 UTC

svn commit: r314811 - /maven/components/trunk/maven-plugins/maven-project-info-reports-plugin/pom.xml

Author: brett
Date: Wed Oct 12 00:28:58 2005
New Revision: 314811

URL: http://svn.apache.org/viewcvs?rev=314811&view=rev
Log:
fix pom now that I've tested the error diagnoser ;)

Modified:
    maven/components/trunk/maven-plugins/maven-project-info-reports-plugin/pom.xml

Modified: maven/components/trunk/maven-plugins/maven-project-info-reports-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-project-info-reports-plugin/pom.xml?rev=314811&r1=314810&r2=314811&view=diff
==============================================================================
--- maven/components/trunk/maven-plugins/maven-project-info-reports-plugin/pom.xml (original)
+++ maven/components/trunk/maven-plugins/maven-project-info-reports-plugin/pom.xml Wed Oct 12 00:28:58 2005
@@ -102,7 +102,6 @@
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration><skip>true</skip></configuration>
       </plugin>
-    </plugins>
       <plugin>
         <artifactId>maven-site-plugin</artifactId>
       </plugin>