You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by ben short <be...@benshort.co.uk> on 2006/05/20 19:33:28 UTC

maven-jar-plugin:2.1-SNAPSHOT

I get the following error while trying to build the maven repository
manager. Any ideas where i can get the snapshot?

[INFO]
----------------------------------------------------------------------------
[INFO] snapshot
org.apache.maven.plugins:maven-jar-plugin:2.1-SNAPSHOT:checking for
updates from
apache.snapshots
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] A required plugin was not found: Plugin could not be found - check
that the goal name is correct: 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.plugins-DartifactId=maven-jar-plugin \
        -Dversion=2.1-SNAPSHOT -Dpackaging=maven-plugin -Dfile=/path/to/file


  org.apache.maven.plugins:maven-jar-plugin:maven-plugin:2.1-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2)

  org.apache.maven.plugins:maven-jar-plugin:maven-plugin:2.1-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2)

Re: maven-jar-plugin:2.1-SNAPSHOT

Posted by Maria Odea Ching <oc...@mergere.com>.
Hi Ben,

You can checkout the jar plugin from svn and install it locally. Here's 
the url:
http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-jar-plugin

Thanks,
Odea

ben short wrote:
> I get the following error while trying to build the maven repository
> manager. Any ideas where i can get the snapshot?
>
> [INFO]
> ---------------------------------------------------------------------------- 
>
> [INFO] snapshot
> org.apache.maven.plugins:maven-jar-plugin:2.1-SNAPSHOT:checking for
> updates from
> apache.snapshots
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] A required plugin was not found: Plugin could not be found - check
> that the goal name is correct: 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.plugins-DartifactId=maven-jar-plugin \
>        -Dversion=2.1-SNAPSHOT -Dpackaging=maven-plugin 
> -Dfile=/path/to/file
>
>
>  org.apache.maven.plugins:maven-jar-plugin:maven-plugin:2.1-SNAPSHOT
>
> from the specified remote repositories:
>  central (http://repo1.maven.org/maven2)
>
>  org.apache.maven.plugins:maven-jar-plugin:maven-plugin:2.1-SNAPSHOT
>
> 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