This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Logback: the generic, reliable, fast and flexible logging 
framework.".

The branch, encoder has been updated
       via  d2e55bbf1ee4c99949cc82117a3481b8d13dcee7 (commit)
      from  dfd340815e36f475cd014fd85915dbbafa739d4f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.qos.ch/gitweb/?p=logback.git;a=commit;h=d2e55bbf1ee4c99949cc82117a3481b8d13dcee7
http://github.com/ceki/logback/commit/d2e55bbf1ee4c99949cc82117a3481b8d13dcee7

commit d2e55bbf1ee4c99949cc82117a3481b8d13dcee7
Author: Ceki Gulcu <[email protected]>
Date:   Thu Feb 18 23:12:46 2010 +0100

    surefire default is to fork once

diff --git a/logback-classic/pom.xml b/logback-classic/pom.xml
index 2d54355..977b07f 100644
--- a/logback-classic/pom.xml
+++ b/logback-classic/pom.xml
@@ -235,7 +235,8 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
-          <forkMode>never</forkMode>
+          <!-- once, never, -->
+          <forkMode>once</forkMode>
           <reportFormat>plain</reportFormat>
           <trimStackTrace>false</trimStackTrace>
           <excludes>

-----------------------------------------------------------------------

Summary of changes:
 logback-classic/pom.xml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Logback: the generic, reliable, fast and flexible logging framework.
_______________________________________________
logback-dev mailing list
[email protected]
http://qos.ch/mailman/listinfo/logback-dev

Reply via email to