Maven Build Failure - failure to find plugins

此生再无相见时 提交于 2019-12-05 08:38:23

Try using the -cpu flag. Output from mvn -help:

usage: mvn [options] [<goal(s)>] [<phase(s)>]

Options:
 -cpu,--check-plugin-updates            Force upToDate check for any
                                        relevant registered plugins

You are missing a plugin required for the Maven build to function. Check and tweak the values in the Plugin Registry such that an update is forced. You can also use command line parameters to force the download of the plugin.

satlawar vijay

I followed below steps and it worked for me. Check if it is useful for you.

project-->properties-->Maven-->User settings

change user settings to point out to correct settings.xml and to your repository folder should exist in your system.

This is resolved when I moved back to maven v 3.0.4.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!