m2's default resource location is src/main/resources, if you put it there i'm pretty sure jetty will pick it up from the classpath. If you use src/resources you have to configure explicitly in build/resources IIRC.
On 6/20/07, Kevin S. Clarke <[EMAIL PROTECTED]> wrote:
Hi, I want to use logback with the maven-jetty plugin but I don't seem to be able to find the right place to put the logback.xml file. I've read the jetty app by itself looks in the $JETTY_HOME/resources folder but $project/src/resources doesn't seem to work for the plugin. Any ideas? Thanks, Kevin _______________________________________________ Logback-user mailing list [email protected] http://qos.ch/mailman/listinfo/logback-user
_______________________________________________ Logback-user mailing list [email protected] http://qos.ch/mailman/listinfo/logback-user
