You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by fe...@apache.org on 2007/12/31 00:10:43 UTC

svn commit: r607610 - /directory/sandbox/felixk/studio-plugin/pom.xml

Author: felixk
Date: Sun Dec 30 15:10:41 2007
New Revision: 607610

URL: http://svn.apache.org/viewvc?rev=607610&view=rev
Log:
Add surefire report

Modified:
    directory/sandbox/felixk/studio-plugin/pom.xml

Modified: directory/sandbox/felixk/studio-plugin/pom.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-plugin/pom.xml?rev=607610&r1=607609&r2=607610&view=diff
==============================================================================
--- directory/sandbox/felixk/studio-plugin/pom.xml (original)
+++ directory/sandbox/felixk/studio-plugin/pom.xml Sun Dec 30 15:10:41 2007
@@ -197,6 +197,10 @@
         </reportSets>
       </plugin>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-report-plugin</artifactId>
+      </plugin>
+      <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>cobertura-maven-plugin</artifactId>
       </plugin>