We're trying to recover the release artifact that seems to have been lost in transit.

To work around this, you should add maven-install-plugin to your POM with the previous version (2.2). This is a good practice for reproducibility regardless, and in place by default in Maven 2.0.9+.

Cheers,
Brett

On 26/03/2009, at 11:01 AM, Ellecer Valencia wrote:

Hi,

We've just had a problem with a build that was looking for the latest
maven-install-plugin, which is 2.3.


[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-install-plugin -Dversion=2.3
-Dpackaging=maven-plugin -Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file there:
   mvn deploy:deploy-file -DgroupId=org.apache.maven.plugins
-DartifactId=maven-install-plugin -Dversion=2.3
-Dpackaging=maven-plugin -Dfile=/path/to/file -Durl=[url]
-DrepositoryId=[id]

 org.apache.maven.plugins:maven-install-plugin:maven-plugin:2.3


I've looked at

http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.3/

and the jar file isn't there. The sources and javadoc jar files are present.

Are these files being uploaded manually or automatically? Was it just
mistakenly deleted?

Thanks for your help,

Ellecer

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org


--
Brett Porter
br...@apache.org
http://blogs.exist.com/bporter/


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to