I think I figured this out after a bunch of searching.  For anyone else trying to solve this in the future, put the following in your pom.xml in maven-hightide-plugin&#39;s config section:<div><br></div><div><div><br></div>
<div>          &lt;systemProperties&gt; </div><div>            &lt;systemProperty&gt; </div><div>              &lt;name&gt;logback.configurationFile&lt;/name&gt; </div><div>              &lt;value&gt;./src/main/config/logback.xml&lt;/value&gt; </div>
<div>            &lt;/systemProperty&gt; </div><div>          &lt;/systemProperties&gt; </div><div><br></div><div>I found that here:</div><div><br></div><div><a href="http://docs.codehaus.org/display/JETTY/Maven+Jetty+Plugin">http://docs.codehaus.org/display/JETTY/Maven+Jetty+Plugin</a></div>
<br><div class="gmail_quote">On Mon, Jul 13, 2009 at 2:54 PM, Brian Moschel <span dir="ltr">&lt;<a href="mailto:brian.moschel@gmail.com">brian.moschel@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hey guys,<div><br></div><div>I&#39;m trying to specify my logback.xml location with no luck, and no error or info messages to help guide me.  I have a Jetty app using Maven for config/startup.  In my jetty-web.xml I have the following:</div>

<div><div><br></div><div>&lt;Call name=&quot;addHandler&quot;&gt;</div><div><span style="white-space:pre">        </span>&lt;Arg&gt;</div><div>    <span style="white-space:pre">        </span>&lt;New class=&quot;org.mortbay.jetty.handler.RequestLogHandler&quot;&gt;</div>

<div>      <span style="white-space:pre">                </span>&lt;Set name=&quot;requestLog&quot;&gt;</div><div>        <span style="white-space:pre">                </span>&lt;New id=&quot;requestLogImpl&quot; class=&quot;ch.qos.logback.access.jetty.RequestLogImpl&quot;&gt;</div>

<div>        <span style="white-space:pre">                        </span>&lt;Set name=&quot;fileName&quot;&gt;${basedir}/src/main/config/logback.xml&lt;/Set&gt;</div><div>        <span style="white-space:pre">                </span>&lt;/New&gt;</div>
<div>      <span style="white-space:pre">                </span>&lt;/Set&gt;</div><div>    <span style="white-space:pre">        </span>&lt;/New&gt;</div><div><span style="white-space:pre">        </span>&lt;/Arg&gt;</div>
<div>&lt;/Call&gt;</div><div>&lt;/Configure&gt;</div><div><br></div><div>But this logback.xml is not being loaded, its using the default location of src/webapp/WEB-INF/classes/logback.xml.  If I remove that file, logback doesn&#39;t start.  Any ideas?</div>

<div><br></div><div>Thanks,</div><div>Brian</div></div>
</blockquote></div><br></div>