提交 f50b775d 编写于 作者: K kohsuke

modified to use a patched version of maven-jetty-plugin to solve #932


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@5836 71c3de6d-444a-0410-be80-ed276b4c234a
上级 78b96c34
......@@ -158,9 +158,10 @@
</executions>
</plugin>
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>maven-jetty-plugin</artifactId>
<version>6.1.2rc2</version>
<!-- 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>
<configuration>
<contextPath>/</contextPath>
<!--
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册