[jboss-svn-commits] JBL Code SVN: r11378 - labs/jbossrules/trunk.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Apr 26 16:24:53 EDT 2007


Author: mark.proctor at jboss.com
Date: 2007-04-26 16:24:53 -0400 (Thu, 26 Apr 2007)
New Revision: 11378

Modified:
   labs/jbossrules/trunk/pom.xml
Log:
-surefire reports should be report only now

Modified: labs/jbossrules/trunk/pom.xml
===================================================================
--- labs/jbossrules/trunk/pom.xml	2007-04-26 20:16:27 UTC (rev 11377)
+++ labs/jbossrules/trunk/pom.xml	2007-04-26 20:24:53 UTC (rev 11378)
@@ -451,8 +451,15 @@
       <!--</plugin>-->
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-report-plugin</artifactId>
+        <artifactId>maven-surefire-report-plugin</artifactId>      
         <version>2.3</version>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>report-only</report>
+            </reports>
+          </reportSet>
+        </reportSets>          
       </plugin>
       <!--<plugin>-->
         <!--<groupId>org.apache.maven.plugins</groupId>-->




More information about the jboss-svn-commits mailing list