You are viewing a plain text version of this content. The canonical link for it is here.
Posted to woden-dev@ws.apache.org by hu...@apache.org on 2006/09/18 16:47:31 UTC

svn commit: r447419 - /incubator/woden/trunk/java/pom.xml

Author: hughesj
Date: Mon Sep 18 07:47:30 2006
New Revision: 447419

URL: http://svn.apache.org/viewvc?view=rev&rev=447419
Log:
Added surefire report to pom.xml. Use mvn site to create target/site/surefire-report.html

Modified:
    incubator/woden/trunk/java/pom.xml

Modified: incubator/woden/trunk/java/pom.xml
URL: http://svn.apache.org/viewvc/incubator/woden/trunk/java/pom.xml?view=diff&rev=447419&r1=447418&r2=447419
==============================================================================
--- incubator/woden/trunk/java/pom.xml (original)
+++ incubator/woden/trunk/java/pom.xml Mon Sep 18 07:47:30 2006
@@ -68,6 +68,14 @@
       </plugin>  
     </plugins>
   </build>
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-report-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </reporting>
   <mailingLists>
     <mailingList>
       <name>Woden Developers</name>



---------------------------------------------------------------------
To unsubscribe, e-mail: woden-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: woden-dev-help@ws.apache.org