You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Vitaly Berdinskikh <be...@esb.kh.energy.gov.ua> on 2006/03/31 16:06:55 UTC

[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)
....
=========================

???? %(

Re: [2.0.3] Download maven-archetype-quickstart error

Posted by Kieran Brady <ki...@teamcgi.net>.
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" <be...@esb.kh.energy.gov.ua>
To: "'Maven Users List'" <us...@maven.apache.org>
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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org