提交 73e4b6b8 编写于 作者: K kohsuke

bumping up to jetty 6.1.2 rc2 to pick up a fix for...

bumping up to jetty 6.1.2 rc2 to pick up a fix for http://jira.codehaus.org/browse/JETTY-235, so that we can enable the security during "mvn jetty:run".


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@3094 71c3de6d-444a-0410-be80-ed276b4c234a
上级 0472132a
......@@ -157,7 +157,7 @@
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>maven-jetty-plugin</artifactId>
<version>6.1.1</version>
<version>6.1.2rc2</version>
<configuration>
<contextPath>/</contextPath>
<!--
......@@ -170,13 +170,12 @@
-->
<!--scanIntervalSeconds>1</scanIntervalSeconds-->
<webAppSourceDirectory>${basedir}/resources</webAppSourceDirectory>
<!--realm for debug
<userRealms>
<userRealm implementation="org.mortbay.jetty.security.HashUserRealm">
<name>hudsonRealm</name>
<name>default</name>
<config>src/realm.properties</config>
</userRealm>
</userRealms>-->
</userRealms>
<systemProperties>
<systemProperty>
<name>HUDSON_HOME</name>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册