Maven出現錯誤No plugin found for prefix 'jetty' in the current project and in the plugin groups的問題解決

轉載:https://www.cnblogs.com/EasonJim/p/6358609.html 只需在maven的setting.xml文件上加入如下節點: <pluginGroups> <pluginGroup>org.mortbay.jetty</pluginGroup> </pluginGroups> setting.xml文件放在maven運行文件夾的conf文件夾下
相關文章
相關標籤/搜索