I gather that SVN checkout went well. Why are you disabling printSummary for the tests?
[EMAIL PROTECTED] 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 _______________________________________________ dev mailing list [email protected] http://www.slf4j.org/mailman/listinfo/dev
