The latest version of Maven + Eclipse IDE for Java EE Developers (Kepler) failed to deploy successfully

Source: Internet
Author: User

Finally, use Maven 1.10 and later to resolve the issue. (may not be related to MAVEN version)

One of the problems encountered:

    • Unable to connect Maven repository:Could not transfer artifact XXXXX from/to Central (HTTP://REPO.MAVEN.APACHE.ORG/MAVEN2)
      Workaround: Set the correct proxy in the MAVEN installation directory, Conf\setting.xml. Example format:
<Proxy>      <ID>Optional</ID>      <Active>True</Active>      <Protocol>http</Protocol>      <Host>Proxy.xxx.xxx</Host>      <Port>8080</Port></Proxy>

Related knowledge: Understanding of lifecycle, phase, goal, Mojo concepts and roles in Maven plugin (http://gavin-chen.iteye.com/blog/336607)

Related Article

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.