您的位置:首页 > 运维架构 > Tomcat

maven 运行tomcat7:run 报异常

2016-08-01 22:35 239 查看
异常信息:

No plugin found for prefix 'tomcat7' in the current project and in the plugin groups [org.apache.maven.plugins


解决办法:

找到maven 的setting.xml 在<pluginDroups>处添加以下信息

<pluginGroups>
<pluginGroup>org.apache.tomcat.maven</pluginGroup>
</pluginGroups>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  maven tomcat exception
相关文章推荐