MVN archetype:generate Slow when creating a new MAVEN project

Source: Internet
Author: User

From: http://www.bubuko.com/infodetail-1110458.html

First, Reason

Idea according to the nature of Maven archetype, is actually executing the MVN archetype:generate command, when the command executes, you need to specify a archetype-catalog.xml file.

The parameter of the command is-darchetypecatalog, the optional value is: remote,internal, local, etc., to specify where the Archetype-catalog.xml file is to be obtained. The default is remote, which is to download the Archetype-catalog.xml file from the Http://repo1.maven.org/maven2/archetype-catalog.xml path. The Http://repo1.maven.org/maven2/archetype-catalog.xml file is approximately 3-4m and the download speed is slow, causing the creation process to get stuck.

Second, the solution

The workaround is simply to specify-darchetypecatalog as internal, and you can use the MAVEN default archetype-catalog.xml instead of the remote download.

MVN command When you create a project mvn archetype:generate-darchetypecatalog=internal

MVN archetype:generate Slow when creating a new MAVEN project

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.