报错原因:
我之前的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配置文件:
注意:以下方式可能无法解决,但可以尝试