Eclipse loading Maven Engineering tip Pom.xml Unable to resolve org.apache.maven.plugins:maven-resources-plugin:2.4.3 solution

Source: Internet
Author: User

Pom File tip information:

Failure to transfer org.apache.maven.plugins:maven-resources-plugin:pom:2.4.3 from Http://repo1.maven.org/maven2
was cached in the local repository, resolution would not is reattempted until the update interval of central have elapsed
or updates are forced. Original error:could not transfer artifact org.apache.maven.plugins:maven-resources-
plugin:pom:2.4.3 from/to Central (HTTP://REPO1.MAVEN.ORG/MAVEN2): No response received after 60000

Causes and solutions:

Because the local MAVEN warehouse is missing Maven-resources-plugin-2.4.3.jar and related jar files. Open the \.m2\repository\org\apache\maven\plugins\maven-resources-plugin\2.4.3 directory, and if you do not have a jar package, you need to add it in the POM:

<Dependency>    <groupId>Org.apache.maven.plugins</groupId>    <Artifactid>Maven-resources-plugin</Artifactid>    <version>2.4.3</version></Dependency>

Then execute mvn install, will automatically download the relevant jar package, after the build success, the project right-click Update dependencies, and then found to return to normal.

Eclipse loading Maven Engineering tip Pom.xml Unable to resolve org.apache.maven.plugins:maven-resources-plugin:2.4.3 solution

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.