2020
11-06
11-06
Maven使用tomcat8-maven-plugin插件的详细教程
在网上搜索一堆文章没找到解决方法,只找到了tomcat7-maven-plugin的plugin,如下:<plugin><groupId>org.apache.tomcat.maven</groupId><artifactId>tomcat7-maven-plugin</artifactId><version>2.2</version></plugin>并没有找到tomcat8-maven-plugin的plugin,在Maven的中央仓库中根本就没有这个插件:https://repository.apache.org/content/repositories/snapshots/org/apache/tomcat/maven/在mvnrepository仓库中找到了一个把...
继续阅读 >