mvn jetty:run 运行时报错
mvn jetty:run 运行时报错
mvn jetty:run 运行时报错
2015-07-16
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>7.1.6.v20100715</version>
<configuration>
<scanIntervalSeconds>1</scanIntervalSeconds>
<reload>automatic</reload>
<webAppConfig>
<contextPath>/tiles</contextPath>
</webAppConfig>
</configuration>
</plugin>
举报