# 1. 编译问题总结
* 问题1
```
解决IDEA中打包时报:Could not transfer artifact org.pentaho:pentaho-aggdesigner-algorithm:pom:5.1.5-jhyde问题
```
解决方法:
在maven下的setting.xml文件中加入下面的镜像配置内容
```
alimaven
aliyun maven
http://maven.aliyun.com/nexus/content/groups/public/
central
aliyunmaven
*
spring-plugin
https://maven.aliyun.com/repository/spring-plugin
```
最后再进行编译`mvn clean instanll -Dmaven.test.skip -U`