[jbpm-commits] JBoss JBPM SVN: r1670 - jbpm4/pvm/trunk.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Jul 17 10:48:17 EDT 2008


Author: tom.baeyens at jboss.com
Date: 2008-07-17 10:48:17 -0400 (Thu, 17 Jul 2008)
New Revision: 1670

Modified:
   jbpm4/pvm/trunk/pom.xml
Log:
added html test reporting

Modified: jbpm4/pvm/trunk/pom.xml
===================================================================
--- jbpm4/pvm/trunk/pom.xml	2008-07-17 14:40:53 UTC (rev 1669)
+++ jbpm4/pvm/trunk/pom.xml	2008-07-17 14:48:17 UTC (rev 1670)
@@ -181,6 +181,11 @@
                <excludePackageNames>*.internal:*.test</excludePackageNames>
             </configuration>
          </plugin>
+         <plugin>
+           <groupId>org.apache.maven.plugins</groupId>
+           <artifactId>maven-surefire-report-plugin</artifactId>
+           <version>2.4.3</version>
+         </plugin>
       </plugins>
    </reporting>
 




More information about the jbpm-commits mailing list