The error message indicates that Maven was unable to find the artifact with the coordinates 'org.springframework.boot:spring-boot-starter-parent:pom:3.1.4.RELEASE' in the Aliyun Maven repository ('https://maven.aliyun.com/repository/public').

This error can occur for a few reasons:

  1. The artifact version '3.1.4.RELEASE' does not exist in the Aliyun Maven repository. Double-check the version number and ensure that it is correct. You can search for the available versions of the artifact on Aliyun Maven's website or by using a search engine.

  2. There might be a temporary issue with the Aliyun Maven repository. Try running the Maven command again after some time to see if the issue resolves itself.

  3. It's possible that your Maven configuration is not properly set up to access the Aliyun Maven repository. Check your 'settings.xml' file (usually located in the '.m2' folder) and ensure that it includes the correct repository configuration for Aliyun Maven.

If none of these solutions work, you may need to consider using a different version of the artifact or finding an alternative repository where the desired version is available.

Spring Boot Starter Parent Artifact Not Found in Aliyun Maven Repository

原文地址: http://www.cveoy.top/t/topic/ci04 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录