Maven使用tomcat8-maven-plugin插件的详细教程

admin 188 2022-07-26

阿里云服务器优惠多,折扣错,惊喜多,请咨询:www.wqiis.com

在网上搜索一堆文章没找到解决方法,只找到了tomcat7-maven-plugin的plugin,如下:

org.apache.tomcat.maven tomcat7-maven-plugin 2.2

Maven使用tomcat8-maven-plugin插件的详细教程

并没有找到tomcat8-maven-plugin的plugin,在Maven的中央仓库中根本就没有这个插件:

https://repository.apache.org/content/repositories/snapshots/org/apache/tomcat/maven/

在mvnrepository仓库中找到了一个

把上面的依赖加入到POM.XML中要么就是提示找不到该依赖,要么就是下载不下来.找了半天找到了一个解决方法,就是使用Maven中的 ,是用来配置插件地址的,因为maven的所有功能都是使用插件来实现功能的,因此需要从特定的地址下载插件包。

在POM.XML中加入以下内容

alfresco-public https://artifacts.alfresco.com/nexus/content/groups/public alfresco-public-snapshots https://artifacts.alfresco.com/nexus/content/groups/public-snapshots true daily beardedgeeks-releases http://beardedgeeks.googlecode.com/svn/repository/releases

加入tomcat8-maven-plugin依赖

org.apache.tomcat.maven tomcat8-maven-plugin 3.0-r1655215

然后就能使用tomcat8-maven-plugin插件了。

然后在网上还找到了几个有这个插件的仓库:

http://mvnrepository.com/artifact/org.apache.tomcat.maven/tomcat8-maven-plugin/3.0-r1655215

https://svn.apache.org/repos/asf/tomcat/maven-plugin/branches/tc8.x/

https://github.com/apache/tomcat-maven-plugin

上一篇:织梦dedeCMS模板下载文件不存在,无法解析文档 问题定位方法
下一篇:数据库管理系统有哪些?数据库管理系统主要功能是什么?(数据库管理系统的功能包括哪些?)
相关文章

 发表评论

暂时没有评论,来抢沙发吧~