Resolve Eclipse creation Maven Project Error! Could not resolve archetype Org.apache.maven.archetypes:maven-archetype-webapp

Source: Internet
Author: User

Maveneclipse Test

I use a proxy to surf the internet. The following error in creating the Maven times:

Could not resolve archetype org.apache.maven.archetypes:maven-archetype-webapp:release from any of the configured Repositories.

Workaround: First find Config/settting.xml to add proxy information----------This is the focus:

<proxies>
<proxy>
<id>my-proxy</id>
<active>true</active>
<protocol>http</protocol>
<username>dgfd514</username>
<password>165415</password>
<port>80</port>
<!--<nonProxyHosts>local.net|some.host.com</nonProxyHosts>--
</proxy>

</proxies>

Then re-create the MAVEN project to indicate that the local test was created successfully

Resolve Eclipse creation Maven Project Error! Could not resolve archetype Org.apache.maven.archetypes:maven-archetype-webapp

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.