udpate jetty-maven-plugin
This commit is contained in:
parent
d69274d8b7
commit
d6e9bf7203
|
@ -39,6 +39,11 @@
|
||||||
<version>1.0.0</version>
|
<version>1.0.0</version>
|
||||||
<type>jar</type>
|
<type>jar</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.mortbay.jetty</groupId>
|
||||||
|
<artifactId>jetty-maven-plugin</artifactId>
|
||||||
|
<version>8.1.16.v20140903</version>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<profiles>
|
<profiles>
|
||||||
|
@ -80,10 +85,13 @@
|
||||||
<!-- jetty插件 -->
|
<!-- jetty插件 -->
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.mortbay.jetty</groupId>
|
<groupId>org.mortbay.jetty</groupId>
|
||||||
<artifactId>maven-jetty-plugin</artifactId>
|
<artifactId>jetty-maven-plugin</artifactId>
|
||||||
|
<version>8.1.9.v20130131</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<contextPath>/cms-web</contextPath>
|
|
||||||
<scanIntervalSeconds>3</scanIntervalSeconds>
|
<scanIntervalSeconds>3</scanIntervalSeconds>
|
||||||
|
<webApp>
|
||||||
|
<contextPath>/cms-web</contextPath>
|
||||||
|
</webApp>
|
||||||
<connectors>
|
<connectors>
|
||||||
<connector implementation="org.mortbay.jetty.nio.SelectChannelConnector">
|
<connector implementation="org.mortbay.jetty.nio.SelectChannelConnector">
|
||||||
<port>8088</port>
|
<port>8088</port>
|
||||||
|
|
Loading…
Reference in New Issue