执行mvn antrun:run -Prefresh-db命令时,报如下错误,请问有同学遇到过这样的错误吗?如何解决的,谢谢!
Caused by: org.apache.maven.plugin.PluginResolutionException: Plugin org.apache.
maven.plugins:maven-antrun-plugin:1.7 or one of its dependencies could not be re
solved: Failure to find org.apache.ant🐜jar:1.8.2 in http://repo.maven.apache
.org/maven2 was cached in the local repository, resolution will not be reattempt
ed until the update interval of central has elapsed or updates are forced
我的机器中已安装ant-1.8.2,并且在环境变量中配置了ANT_HOME和PATH
maven不会去系统环境中找ant,是去maven仓库中找本地库中没有ant1.8.2,为什么去远程也没找到,奇怪
版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。