2011-11-08 7 views

答えて

1

はあなたが解決策がここに提案したことがあります:

Adding classpath to jetty running in maven integration-test

<webAppConfig> 
    <contextPath>/nportal</contextPath> 
    <!-- All I want to do here is add in the /etc/jetty/classes for runtime files. For some reason I have to also add back in the /target/classes directory --> 
    <extraClasspath>${basedir}/target/classes/;${basedir}/etc/jetty/classes/</extraClasspath> 
</webAppConfig> 
+0

コマンドラインから見えますOPは満足しているが、質問に答えない。コマンドラインから実行することはできませんか? –

0

mvn jetty:help -Ddetail=true -Dgoal=runで印刷されているものから、それができないように、それがうまく

関連する問題