That version isn't in Ibiblio;
http://www.ibiblio.org/maven2/org/apache/maven/archetypes/maven-archetype-quickstart/
1.0-alpha-3 looks to be the latest one in there, try that instead.
Hope this helps.
Kieran
----- Original Message -----
From: "Vitaly Berdinskikh" <[EMAIL PROTECTED]>
To: "'Maven Users List'" <[email protected]>
Sent: Friday, March 31, 2006 3:06 PM
Subject: [2.0.3] Download maven-archetype-quickstart error
Hi!
From log:
=====================
....
Downloading:
http://repo1.maven.org/maven2/org/apache/maven/archetypes/maven-archetype-quickstart/0.1-alpha/maven-archetype-quickstart-0.1-alpha.jar
[WARNING] Unable to get resource from repository central
(http://repo1.maven.org/maven2)
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
GroupId: org.apache.maven.archetypes
ArtifactId: maven-archetype-quickstart
Version: 0.1-alpha
Reason: Unable to download the artifact from any repository
Try downloading the file manually from the project website.
Then, install it using the command:
mvn
install:install-file -DgroupId=org.apache.maven.archetypes -DartifactId=maven-archetype-quickstart
\
-Dversion=0.1-alpha -Dpackaging=jar -Dfile=/path/to/file
org.apache.maven.archetypes:maven-archetype-quickstart:jar:0.1-alpha
from the specified remote repositories:
central (http://repo1.maven.org/maven2)
....
=========================
???? %(
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]