提交 c387ae8a 编写于 作者: K kohsuke

set stapler debug property on.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@975 71c3de6d-444a-0410-be80-ed276b4c234a
上级 d56ebb1a
......@@ -7,7 +7,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>hudson</artifactId>
<artifactId>hudson-war</artifactId>
<packaging>war</packaging>
<name>Hudson war</name>
......@@ -30,6 +30,25 @@
</webResources>
</configuration>
</plugin>
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>maven-jetty-plugin</artifactId>
<configuration>
<contextPath>/</contextPath>
<webAppSourceDirectory>${basedir}/resources</webAppSourceDirectory>
<systemProperties>
<systemProperty>
<name>HUDSON_HOME</name>
<value>work</value>
</systemProperty>
<systemProperty>
<!-- always reload views during debugging -->
<name>stapler.jelly.noCache</name>
<value>work</value>
</systemProperty>
</systemProperties>
</configuration>
</plugin>
</plugins>
</build>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册