maven_Jetty_redeploy

终于启到JETTY REDEPLOY了。
<plugin>
<groupId>org.kohsuke.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>7.0.0pre1</version>
<configuration>
<scanIntervalSeconds>10</scanIntervalSeconds>
<webAppConfig>
<contextPath>/test</contextPath>
</webAppConfig>
</configuration>
</plugin>

猜你喜欢

转载自voyageivi.iteye.com/blog/1184224
今日推荐