我是靠谱客的博主 阳光手链,最近开发中收集的这篇文章主要介绍报错解决Missing artifact org.pentaho:pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde,觉得挺不错的,现在分享给大家,希望可以做个参考。
概述
今天编包,疯狂报Missing artifact org.pentaho:pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde 的错,网上各种查,好像还是不太行。
最终把maven setting的镜像地址改成如下,终于ok了。
<mirror>
<id>aliyunmaven</id>
<mirrorOf>*</mirrorOf>
<name>spring-plugin</name>
<url>https://maven.aliyun.com/repository/spring-plugin</url>
</mirror>
<mirror>
<id>aliyunmaven</id>
<mirrorOf>*</mirrorOf>
<name>阿里云公共仓库</name>
<url>https://maven.aliyun.com/repository/public</url>
</mirror>
<mirror>
<id>nexus-aliyun</id>
<mirrorOf>*,!cloudera</mirrorOf>
<name>Nexus aliyun</name>
<url>http://maven.aliyun.com/nexus/content/groups/public</url>
</mirror>
最后
以上就是阳光手链为你收集整理的报错解决Missing artifact org.pentaho:pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde的全部内容,希望文章能够帮你解决报错解决Missing artifact org.pentaho:pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复