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

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

时间:2017-01-31 10:28:39      阅读:232      评论:0      收藏:0      [点我收藏+]

标签:efi   9.png   问题   alt   技术   conf   tin   div   img   

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

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

setting.xml文件放在maven运行文件夹的conf文件夹下。

技术分享

如果不想像上面增加额外的节点,可以通过以下的命令启动:

mvn org.mortbay.jetty:maven-jetty-plugin:run   

 

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

标签:efi   9.png   问题   alt   技术   conf   tin   div   img   

原文地址:http://www.cnblogs.com/EasonJim/p/6358609.html

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