cindys wrote:
> 
> I was hoping that someone would have a suggestion on where the logback.xml
> is supposed to go or if there is some way of telling maven to use a
> specific directory as a "classpath"? I'm a maven newbie.
> 
> Thanks!
>      Cindy
> 

Dear Cindy,

logback.xml should be in src/main/resources
logback-text.xml shoult be in src/test/resources

Maven copies the xml files to target/classes where the test is run.

Have also a look on http://logback.qos.ch/manual/configuration.html
-- 
View this message in context: 
http://old.nabble.com/mvn-test-not-finding-my-logback.xml-tp30648095p30890500.html
Sent from the Logback User mailing list archive at Nabble.com.

_______________________________________________
Logback-user mailing list
[email protected]
http://qos.ch/mailman/listinfo/logback-user

Reply via email to