IDEA failed to create maven project for turbine.

recently, I learned from "Spring Cloud and Docker Micro Services Architecture practice" (2nd edition) that when using Turbine to aggregate monitoring data, when creating a maven project in IDEA where ArtifactId is microsercice-hystrix-turbine, the project was not created successfully, and several attempts were not successful.

I found this error in the pom file, and there is no Baidu solution, so I put forward this problem.
the following is a screenshot of the error:

the error reported is: Failed to read artifact descriptor for org.springframework.cloud:spring-cloud-netflix-turbine:jar:1.4.6.RELEASE
this is what happened as soon as the project was created. I tried to create a normal springboot project with idea, and there was no problem. It is not successful to create this springboot project with turbine dependency.

I hope someone can give me some advice.


I have failed to import the following maven into jar from Baidu. I have seen a lot of solutions and have solved them.
this problem is due to the fact that my maven image website reported a 500th error when importing the jar package of turbine (this error can be found in the local warehouse corresponding to the lasteUpdate file of the jar package), so the relevant files of this jar package cannot be imported locally, so I went to the maven official website to download the corresponding version of spring-cloud-netflix-turbine-1.4.6.RELEASE.jar this jar package. Install it into the local warehouse through mvn install, and then refresh the following projects in IDEA.
mvn install command:
command:

mvn install:install-file -Dfile=E:/spring-cloud-netflix-turbine-1.4.6.RELEASE.jar -DgroupId=org.springframework.cloud -DartifactId=spring-cloud-netflix-turbine -Dversion=1.4.6.RELEASE -Dpackaging=jar

jar / is the path where I put the downloaded jar package
groupId, artifactId and version download the corresponding version of the jar package on the official website of maven, you can see:

:

Menu