[slf4j-dev] svn commit: r1211 - slf4j/trunk/slf4j-ext

Ceki Gulcu listid at qos.ch
Thu Oct 23 21:43:20 CEST 2008


I gather that SVN checkout went well.

Why are you disabling printSummary for the tests?

ravn at slf4j.org wrote:
> 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>


-- 
Ceki Gülcü
Logback: The reliable, generic, fast and flexible logging framework for Java.
http://logback.qos.ch



More information about the slf4j-dev mailing list