Author: ravn
Date: Thu Oct 23 21:37:53 2008
New Revision: 1211

Modified:
   slf4j/trunk/slf4j-ext/pom.xml

Log:
disabled summary for test phase

Modified: slf4j/trunk/slf4j-ext/pom.xml
==============================================================================
--- slf4j/trunk/slf4j-ext/pom.xml       (original)
+++ slf4j/trunk/slf4j-ext/pom.xml       Thu Oct 23 21:37:53 2008
@@ -47,11 +47,12 @@
                                </configuration>
                        </plugin>
 
-
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
          <configuration>
+                 <!-- 
http://maven.apache.org/plugins/maven-surefire-plugin/test-mojo.html -->
+         <printSummary>false</printSummary>
           <forkMode>once</forkMode>
           <reportFormat>plain</reportFormat>
           <trimStackTrace>false</trimStackTrace>
_______________________________________________
dev mailing list
[email protected]
http://www.slf4j.org/mailman/listinfo/dev

Reply via email to