Maven Download jar failed: Resolution is not being reattempted until the update interval of central have elapsed or updates are forced

Source: Internet
Author: User

Multiple annotations found at the line:

-Artifacttransferexception:failure to transfer COM.FASTERXML.JACKSON.CORE:JACKSON-DATABIND:JAR:2.9.0.PR3 from HTTP ://
Repo1.maven.org/maven2 was cached in the local repository, resolution would not be reattempted until the update interval of
Central have elapsed or updates are forced. Original error:could not transfer artifact com.fasterxml.jackson.core:jackson-
DATABIND:JAR:2.9.0.PR3 from/to Central (HTTP://REPO1.MAVEN.ORG/MAVEN2): No response received after 60000
-Missing Artifact Com.fasterxml.jackson.core:jackson-databind:jar:2.9.0.pr3

In fact, it has been said very clearly.

The download (transfer) failed because the 2.9.pr3.jar was already slow to exist locally. Only after the specified time interval has elapsed, or forcing the update, will it be re-parsed.

--resolution won't be reattempted until the update interval of
Central have elapsed or updates are forced

Then, after removing the jackson-databind-2.9.0.pr3.jar.lastupdated, maven will download it again.

Modify Pom, (add a blank line), or not ...

Multiple annotations found at the line:
-Missing Artifact Com.fasterxml.jackson.core:jackson-databind:jar:2.9.0.pr3
-Artifacttransferexception:could not transfer artifact COM.FASTERXML.JACKSON.CORE:JACKSON-DATABIND:JAR:2.9.0.PR3
From/to Central (HTTP://REPO1.MAVEN.ORG/MAVEN2): No response received after 60000

Manually download the Jackson-databind-2.9.0.pr3.jar to the local, put it in the MVN warehouse, modify the pom again, OK!

Maven Download jar failed: Resolution is not being reattempted until the update interval of has elapsed or updates is force D

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.