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>