jetty-maven-plugin

<plugins>
   <plugin>
    <groupId>org.eclipse.jetty</groupId>
    <artifactId>jetty-maven-plugin</artifactId>
    <version>9.2.8.v20150217</version>
    <configuration>
     <webAppConfig>
      <contextPath>/cms-web</contextPath>
     </webAppConfig>
    </configuration>
   </plugin>
  </plugins>

posted @ 2017-08-24 11:43  暗渡陈仓xy  阅读(241)  评论(0编辑  收藏  举报