1. 程式人生 > >Maven出現錯誤No plugin found for prefix 'jetty' in the current

Maven出現錯誤No plugin found for prefix 'jetty' in the current

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