Page 1 of 1

**STICKY** - Maven Archetype Hanging

Posted: Wed Jun 06, 2012 10:27 am
by aazzolini
As a few people have had issues with importing the project through Maven central, I'm consolidating some instructions here.

Make sure you're using the Maven Central archetype catalog. You can ensure you're using it by clicking configure at the archetype selection screen, adding a remote catalog, and pointing it to

Code: Select all

http://repo1.maven.org/maven2/archetype-catalog.xml

Here's a screenshot:
http://cl.ly/361N3t2i3v2g2B19340S

If this doesn't work, you can try the official UK mirror of Maven Central

Code: Select all

http://uk.maven.org/maven2/archetype-catalog.xml


or an unofficial French mirror

Code: Select all

http://maven.antelink.com/content/repositories/central/archetype-catalog.xml


If you're still having issues, you can try the command line method as well. Instructions for this method can be found at http://wiki.broadleafcommerce.org/confl ... mmand+line