原因是因为我在maven的setting的配置文件中配置了mirror标签
<mirror>
<id>nexus-aliyun</id>
<mirrorOf>*,!jeecg</mirrorOf>
<name>Nexus aliyun</name>
<url>https://maven.aliyun.com/nexus/content/groups/public</url>
</mirror>
之前的mirrorOf标签中只有*,现在加上!jeedg,这样pom文件中的repository标签中的仓库就能用了