码迷,mamicode.com
首页 > 其他好文 > 详细

tomcat8 插件

时间:2018-09-15 23:26:26      阅读:426      评论:0      收藏:0      [点我收藏+]

标签:net   文件中   led   tps   public   tail   artifact   com   org   

参考:https://blog.csdn.net/u011781521/article/details/75194071

maven 工程的pom 文件中:---中央仓库无tomcat8插件

 <pluginRepositories>   
      <pluginRepository>   
        <id>alfresco-public</id>    
        <url>https://artifacts.alfresco.com/nexus/content/groups/public</url>   
      </pluginRepository>    
      <pluginRepository>   
        <id>alfresco-public-snapshots</id>    
        <url>https://artifacts.alfresco.com/nexus/content/groups/public-snapshots</url>    
        <snapshots>   
          <enabled>true</enabled>    
          <updatePolicy>daily</updatePolicy>   
        </snapshots>   
      </pluginRepository>    
      <pluginRepository>   
        <id>beardedgeeks-releases</id>    
        <url>http://beardedgeeks.googlecode.com/svn/repository/releases</url>   
      </pluginRepository>   
  </pluginRepositories>

运行后下载插件到本地仓库

 

改成

 

 <plugin>
          <groupId>org.apache.tomcat.maven</groupId>
          <artifactId>tomcat8-maven-plugin</artifactId>
          <version>3.0-r1655215</version>
        </plugin>

 

tomcat8 插件

标签:net   文件中   led   tps   public   tail   artifact   com   org   

原文地址:https://www.cnblogs.com/jsbk/p/9652690.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!