报错:
1、Failure to find bad.robot:simple-excel:jar:1.0 in https://maven.aliyun.com/repository/public was cached in the local repository, resolution will not be reattempted until the update interval of aliyunmaven has elapsed or updates are forced
2、Could not find artifact bad.robot:simple-excel:pom:1.0 in aliyunmaven (https://maven.aliyun.com/repository/public)
注:有关于maven的报错都可以尝试。
自己的解决方法:
(可能是idea的问题,项目只能加载maven版本目录下的settings文件,设置其他如settings1、settings2名字的文件不会被识别)
下图的idea里maven设置中,settings文件设置时如果设置的名字不是“settings.xml”,可能会导致报错。可以将原settings文件修改名字如settings1.xml,将自己项目需要的settings文件名字修改为settings.xml。