提交 42461911 编写于 作者: K kohsuke

tweaking jetty to improve debugging productivity.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1005 71c3de6d-444a-0410-be80-ed276b4c234a
上级 5af65a06
......@@ -35,7 +35,12 @@
<artifactId>maven-jetty-plugin</artifactId>
<configuration>
<contextPath>/</contextPath>
<webAppSourceDirectory>${basedir}/resources</webAppSourceDirectory>
<!--
read directly from core module's output directory,
so that changes are picked up right away without running mvn.
-->
<classesDirectory>../core/target/classes</classesDirectory>
<webAppSourceDirectory>${basedir}/resources</webAppSourceDirectory>
<systemProperties>
<systemProperty>
<name>HUDSON_HOME</name>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册