maven集成tomcat8插件

Maven中央仓库里面没有tomcat8的插件,因此需要配置其它仓库来引入Tomcat8的插件。下面是插件仓库的地址:



        
            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
        


引入插件坐标


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

启动命令

tomcat8:run

 

你可能感兴趣的:(工具相关)