You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by rd...@apache.org on 2011/05/08 16:52:57 UTC

svn commit: r1100751 - /james/mailet/ai/trunk/pom.xml

Author: rdonkin
Date: Sun May  8 14:52:57 2011
New Revision: 1100751

URL: http://svn.apache.org/viewvc?rev=1100751&view=rev
Log:
JAMES-1231 Added back in surefire report.

Modified:
    james/mailet/ai/trunk/pom.xml

Modified: james/mailet/ai/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/mailet/ai/trunk/pom.xml?rev=1100751&r1=1100750&r2=1100751&view=diff
==============================================================================
--- james/mailet/ai/trunk/pom.xml (original)
+++ james/mailet/ai/trunk/pom.xml Sun May  8 14:52:57 2011
@@ -86,13 +86,13 @@
          </plugin>
          <plugin>
            <groupId>org.apache.maven.plugins</groupId>
-           <artifactId>maven-surfire-plugin</artifactId>
-           <version>2.7.2</version>
+           <artifactId>maven-surefire-plugin</artifactId>
+           <version>2.8.1</version>
          </plugin>
          <plugin>
            <groupId>org.apache.maven.plugins</groupId>
-           <artifactId>maven-surfire-report-plugin</artifactId>
-           <version>2.7.2</version>
+           <artifactId>maven-surefire-report-plugin</artifactId>
+           <version>2.8.1</version>
          </plugin>
          <plugin>
            <groupId>org.apache.maven.plugins</groupId>
@@ -146,11 +146,6 @@
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-surefire-report-plugin</artifactId>
-          <version>2.8</version>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-pmd-plugin</artifactId>
           <version>2.5</version>
         </plugin>
@@ -445,6 +440,20 @@ Site 
                   <aggregate>true</aggregate>
                 </configuration>
               </plugin>
+            <!--
+    
+    
+    
+             =================================
+             Tests        
+             -->          
+            <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-surefire-report-plugin</artifactId>
+              <configuration>
+                <aggregate>true</aggregate>
+              </configuration>
+            </plugin>
               
            </reportPlugins>
         </configuration>



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