Maven error installing logback

I am using the introduction in the documentation as my guide. I am new to Maven and logback. When I run mvn install I get one test error. It is testAppendAccessEvent(ch.qos.logback.access.db.DBAppenderTest) How can I fix this to complete Maven install? Scott

Hi Scott, maybe you can use the posibility to skip the tests, if that suits you. This could be something like this: mvn install -DskipTests Henning 2011/12/20 Scott Miller <smaction@slightlysuspect.com>:
I am using the introduction in the documentation as my guide. I am new to Maven and logback. When I run mvn install I get one test error. It is testAppendAccessEvent(ch.qos.logback.access.db.DBAppenderTest)
How can I fix this to complete Maven install?
Scott
_______________________________________________ Logback-user mailing list Logback-user@qos.ch http://mailman.qos.ch/mailman/listinfo/logback-user
participants (2)
-
Henning Diederichs
-
Scott Miller