Eclipse could not resolve archetype xxxxxxx from any of the configured repositories

Source: Internet
Author: User

Error hints

Creating MAVEN projects through archetype in Eclipse Error: Could not resolve archetype xxxxxxx from any of the configured repositories


Workaround

Add a third-party warehouse image to the <settings> element of the Maven installation directory/conf/settings.xml file (Lbiblio Warehouse is used here).

<settings>  <Mirrors>      <!--Mirror | Specifies a repository mirror site to use instead of a given repository. The Repository that | This mirror serves have an ID, that matches, the mirrorof element of this mirror. IDs is used |       For inheritance and direct lookup purposes, and must is unique across the set of mirrors.  -       <Mirror>           <ID>ibiblio.org</ID>           <name>Ibiblio Mirror of http://repo1.maven.org/maven2/</name>           <URL>Http://mirrors.ibiblio.org/pub/mirrors/maven2</URL>           <mirrorof>Central</mirrorof>        </Mirror>     </Mirrors>......</settings>

Eclipse could not resolve archetype xxxxxxx from any of the configured repositories

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.