首页 > 代码库 > Maven出现错误No plugin found for prefix 'jetty' in the current

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

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