关于这个问题,百度一下,会有很多回答。
比如:http://hooray520.iteye.com/blog/1327658
但是我在用的时候,写法一样,可是就是不通过,报错为:
[ERROR] No plugin found for prefix ‘install‘ in the current project and in the p
lugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the re
positories [local (D:\Develop\maven-repository\repository), planetmirror.com (ht
tp://downloads.planetmirror.com/pub/maven2)] -> [Help 1]
这个报错我觉得就是maven想执行这个install的时候,没有找到相关的依赖所致,也就是说它自己不能下载下来这个依赖。前提是我在公司弄的这个,然后公司的网络是有限制的。不允许下载。问题找到了。于是就修改了本地环境变量中配置的maven下的settings.xml文件。把maven库指向公司的maven库,问题解决了。
本文出自 “JodyRex” 博客,请务必保留此出处http://503431920.blog.51cto.com/6681280/1707123
原文地址:http://503431920.blog.51cto.com/6681280/1707123