[slf4j-dev] svn commit: r1211 - slf4j/trunk/slf4j-ext
ravn at slf4j.org
ravn at slf4j.org
Thu Oct 23 21:37:53 CEST 2008
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>
More information about the slf4j-dev
mailing list