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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to