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

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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的主要内容,如果未能解决你的问题,请参考以下文章

No plugin found for prefix ‘tomcat7’ in the current project and in the plugin groups

No plugin found for prefix ‘tomcat7’ in the current project and in the plugin groups

No plugin found for prefix ‘install‘ in the current project and in the plugin groups 的解决方法

No plugin found for prefix ‘install‘ in the current project and in the plugin groups 的解决方法

Eclipse通过Maven构建时出现: Fatal error compiling: tools.jar not found: Fatal error compiling: tools.jar no

No plugin found for prefix 'war' in the current project and in the plugin groups