[jboss-cvs] JBossAS SVN: r82783 - in projects/aop/trunk: asintegration-jmx and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jan 12 12:17:54 EST 2009


Author: kabir.khan at jboss.com
Date: 2009-01-12 12:17:54 -0500 (Mon, 12 Jan 2009)
New Revision: 82783

Modified:
   projects/aop/trunk/asintegration-core/pom.xml
   projects/aop/trunk/asintegration-jmx/pom.xml
   projects/aop/trunk/asintegration-mc/pom.xml
Log:
Make tests generate reports

Modified: projects/aop/trunk/asintegration-core/pom.xml
===================================================================
--- projects/aop/trunk/asintegration-core/pom.xml	2009-01-12 17:07:38 UTC (rev 82782)
+++ projects/aop/trunk/asintegration-core/pom.xml	2009-01-12 17:17:54 UTC (rev 82783)
@@ -86,6 +86,20 @@
           <forkMode>always</forkMode>
         </configuration>
       </plugin>
+      <plugin>
+       <groupId>org.apache.maven.plugins</groupId>
+       <artifactId>maven-surefire-report-plugin</artifactId>
+       <version>2.4.3</version>
+       <executions>
+         <execution>
+           <id>surefire-report</id>
+           <goals>
+             <goal>report-only</goal>
+           </goals>
+           <phase>package</phase>
+         </execution>
+       </executions>
+     </plugin>
     </plugins>
   </build>
   

Modified: projects/aop/trunk/asintegration-jmx/pom.xml
===================================================================
--- projects/aop/trunk/asintegration-jmx/pom.xml	2009-01-12 17:07:38 UTC (rev 82782)
+++ projects/aop/trunk/asintegration-jmx/pom.xml	2009-01-12 17:17:54 UTC (rev 82783)
@@ -60,7 +60,21 @@
           <forkMode>always</forkMode>
         </configuration>
       </plugin>
-       <plugin>
+      <plugin>
+       <groupId>org.apache.maven.plugins</groupId>
+       <artifactId>maven-surefire-report-plugin</artifactId>
+       <version>2.4.3</version>
+       <executions>
+         <execution>
+           <id>surefire-report</id>
+           <goals>
+             <goal>report-only</goal>
+           </goals>
+           <phase>package</phase>
+         </execution>
+       </executions>
+      </plugin>
+      <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-antrun-plugin</artifactId>
         <version>1.2</version>

Modified: projects/aop/trunk/asintegration-mc/pom.xml
===================================================================
--- projects/aop/trunk/asintegration-mc/pom.xml	2009-01-12 17:07:38 UTC (rev 82782)
+++ projects/aop/trunk/asintegration-mc/pom.xml	2009-01-12 17:17:54 UTC (rev 82783)
@@ -81,7 +81,21 @@
           </systemProperties>
         </configuration>
       </plugin>
-       <plugin>
+      <plugin>
+       <groupId>org.apache.maven.plugins</groupId>
+       <artifactId>maven-surefire-report-plugin</artifactId>
+       <version>2.4.3</version>
+       <executions>
+         <execution>
+           <id>surefire-report</id>
+           <goals>
+             <goal>report-only</goal>
+           </goals>
+           <phase>package</phase>
+         </execution>
+       </executions>
+      </plugin>
+      <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-antrun-plugin</artifactId>
         <version>1.2</version>




More information about the jboss-cvs-commits mailing list