Author: magnuse
Date: 2006-04-04 17:06:37 +0200 (Tue, 04 Apr 2006)
New Revision: 2705

Modified:
   trunk/pom.xml
Log:
Added test reports.


Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml       2006-04-04 13:48:00 UTC (rev 2704)
+++ trunk/pom.xml       2006-04-04 15:06:37 UTC (rev 2705)
@@ -186,7 +186,8 @@
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-site-plugin</artifactId>
                 <configuration>
-                    <locales>en,no</locales>
+                   <!-- sure fire plugin failes for locale "no" -->
+                    <locales>en</locales>
                 </configuration>
             </plugin>
             
@@ -419,6 +420,19 @@
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>jxr-maven-plugin</artifactId>
             </plugin>      
+            <plugin> 
+                <groupId>org.codehaus.mojo</groupId> 
+                <artifactId>surefire-report-maven-plugin</artifactId> 
+            </plugin> 
+            <!--
+                Uncomment when
+                http://jira.codehaus.org/browse/MEV-362
+                is resolved
+            <plugin> 
+                <groupId>org.codehaus.mojo</groupId> 
+                <artifactId>changelog-maven-plugin</artifactId> 
+            </plugin> 
+            -->
         </plugins>
     </reporting>
     

_______________________________________________
Kernel-commits mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-commits

Reply via email to