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.
<br><br><div><span class="gmail_quote">On 6/20/07, <b class="gmail_sendername">Kevin S. Clarke</b> &lt;<a href="mailto:ksclarke@gmail.com">ksclarke@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br><br>I want to use logback with the maven-jetty plugin but I don&#39;t seem to<br>be able to find the right place to put the logback.xml file.&nbsp;&nbsp;I&#39;ve<br>read the jetty app by itself looks in the $JETTY_HOME/resources folder
<br>but $project/src/resources doesn&#39;t seem to work for the plugin.<br><br>Any ideas?<br><br>Thanks,<br>Kevin<br>_______________________________________________<br>Logback-user mailing list<br><a href="mailto:Logback-user@qos.ch">
Logback-user@qos.ch</a><br><a href="http://qos.ch/mailman/listinfo/logback-user">http://qos.ch/mailman/listinfo/logback-user</a><br></blockquote></div><br>