提交 02f6e4f8 编写于 作者: K Kohsuke Kawaguchi

Updating to Jetty 8 to get full stack trace in case of an error.

上级 2b9b4910
......@@ -595,7 +595,7 @@ THE SOFTWARE.
-->
<groupId>org.jenkins-ci.tools</groupId>
<artifactId>maven-jenkins-dev-plugin</artifactId>
<version>6.1.26-jenkins-2</version>
<version>8.1.4.v20120524-jenkins-1</version>
</plugin>
<!--<plugin>
......
......@@ -360,7 +360,7 @@ THE SOFTWARE.
-->
<reload>manual</reload>
<connectors>
<connector implementation="org.mortbay.jetty.nio.SelectChannelConnector">
<connector implementation="org.eclipse.jetty.server.nio.SelectChannelConnector">
<port>${port}</port>
</connector>
</connectors>
......@@ -374,12 +374,12 @@ THE SOFTWARE.
-->
<additionalClassesDirectory>../core/target/classes</additionalClassesDirectory>
</additionalClassesDirectories>
<userRealms>
<userRealm implementation="org.mortbay.jetty.security.HashUserRealm">
<loginServices>
<loginService implementation="org.eclipse.jetty.security.HashLoginService">
<name>default</name>
<config>${basedir}/src/realm.properties</config>
</userRealm>
</userRealms>
</loginService>
</loginServices>
<systemProperties>
<systemProperty>
<name>JENKINS_HOME</name>
......@@ -433,6 +433,9 @@ THE SOFTWARE.
<value>true</value>
</systemProperty>
</systemProperties>
<webApp>
<configurationDiscovered>false</configurationDiscovered>
</webApp>
</configuration>
</plugin>
</plugins>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册