udpate jetty-maven-plugin

This commit is contained in:
shuzheng 2016-10-14 22:28:33 +08:00
parent d69274d8b7
commit d6e9bf7203
1 changed files with 10 additions and 2 deletions

View File

@ -39,6 +39,11 @@
<version>1.0.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>8.1.16.v20140903</version>
</dependency>
</dependencies>
<profiles>
@ -80,10 +85,13 @@
<!-- jetty插件 -->
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>maven-jetty-plugin</artifactId>
<artifactId>jetty-maven-plugin</artifactId>
<version>8.1.9.v20130131</version>
<configuration>
<contextPath>/cms-web</contextPath>
<scanIntervalSeconds>3</scanIntervalSeconds>
<webApp>
<contextPath>/cms-web</contextPath>
</webApp>
<connectors>
<connector implementation="org.mortbay.jetty.nio.SelectChannelConnector">
<port>8088</port>