提交 55cfe31e 编写于 作者: K kohsuke

incorporated the latest version of the plugin, which supports reloading-by-ENTER.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@6412 71c3de6d-444a-0410-be80-ed276b4c234a
上级 b2a08f38
......@@ -161,7 +161,7 @@
<!-- this is really just a patched version of maven-jetty-plugin to workaround issue #932 -->
<groupId>org.jvnet.hudson.tools</groupId>
<artifactId>maven-hudson-plugin</artifactId>
<version>6.1.5</version>
<version>6.1.7</version>
<configuration>
<contextPath>/</contextPath>
<!--
......@@ -169,10 +169,13 @@
so that changes are picked up right away without running mvn.
-->
<classesDirectory>../core/target/classes</classesDirectory>
<!-- use the test classpath for loading resources, since this takes priority -->
<testClassesDirectory>../core/src/main/resources</testClassesDirectory>
<useTestClasspath>true</useTestClasspath>
<!--
enable automatic reloading when some files change.
Reload webapp when you hit ENTER. (See JETTY-282 for more)
-->
<!--scanIntervalSeconds>1</scanIntervalSeconds-->
<consoleForceReload>true</consoleForceReload>
<webAppSourceDirectory>${basedir}/resources</webAppSourceDirectory>
<userRealms>
<userRealm implementation="org.mortbay.jetty.security.HashUserRealm">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册