我是靠谱客的博主 耍酷月饼,最近开发中收集的这篇文章主要介绍Could not find artifact org.pentaho:pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde,觉得挺不错的,现在分享给大家,希望可以做个参考。
概述
报错原因:
我之前的maven仓库中的镜像地址是这么写的,其原因是在镜像地址下载pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde 的jar包没有找到,所以在打jar包的时候就会出现Could not find artifact org.pentaho:pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde的错误
<mirror>
<id>nexus-aliyun</id>
<mirrorOf>*</mirrorOf>
<name>Nexus aliyun</name>
<url>http://maven.aliyun.com/nexus/content/groups/public</url>
</mirror>
解决方法:
修改maven的setting配置文件:
注意:以下方式可能无法解决,但可以尝试
最后
以上就是耍酷月饼为你收集整理的Could not find artifact org.pentaho:pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde的全部内容,希望文章能够帮你解决Could not find artifact org.pentaho:pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复