You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ca...@apache.org on 2006/04/21 01:48:34 UTC

svn commit: r395736 - /maven/pom/maven/pom.xml

Author: carlos
Date: Thu Apr 20 16:48:33 2006
New Revision: 395736

URL: http://svn.apache.org/viewcvs?rev=395736&view=rev
Log:
Added surefire report to reporting

Modified:
    maven/pom/maven/pom.xml

Modified: maven/pom/maven/pom.xml
URL: http://svn.apache.org/viewcvs/maven/pom/maven/pom.xml?rev=395736&r1=395735&r2=395736&view=diff
==============================================================================
--- maven/pom/maven/pom.xml (original)
+++ maven/pom/maven/pom.xml Thu Apr 20 16:48:33 2006
@@ -218,6 +218,10 @@
   <reporting>
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-report-plugin</artifactId>
+      </plugin>
+      <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>taglist-maven-plugin</artifactId>
       </plugin>