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

Maven出现错误No plugin found for prefix 'jetty' in the current

时间:2017-06-05 22:14:42      阅读:176      评论:0      收藏:0      [点我收藏+]

标签:jetty   jpress   

Maven出现错误No plugin found for prefix ‘jetty‘ in the current project and in the plugin groups的问题解决

只需在maven的setting.xml文件上加入如下节点:

<pluginGroups>  
    <pluginGroup>org.mortbay.jetty</pluginGroup>  
</pluginGroups>

技术分享

本文出自 “林元煌的博客” 博客,请务必保留此出处http://lyhmm.blog.51cto.com/1797932/1932300

Maven出现错误No plugin found for prefix 'jetty' in the current

标签:jetty   jpress   

原文地址:http://lyhmm.blog.51cto.com/1797932/1932300

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