Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 21965 invoked from network); 26 Mar 2009 01:28:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 Mar 2009 01:28:31 -0000 Received: (qmail 8922 invoked by uid 500); 26 Mar 2009 00:01:39 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 8870 invoked by uid 500); 26 Mar 2009 00:01:39 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 8860 invoked by uid 99); 26 Mar 2009 00:01:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Mar 2009 00:01:39 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ellecer@gmail.com designates 209.85.200.174 as permitted sender) Received: from [209.85.200.174] (HELO wf-out-1314.google.com) (209.85.200.174) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Mar 2009 00:01:32 +0000 Received: by wf-out-1314.google.com with SMTP id 26so338977wfd.0 for ; Wed, 25 Mar 2009 17:01:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=9BE7dGAHf5JGfUQ8o2NW4+eujqr4zSqD+0ucSkOsSKY=; b=P1hqL77sumN8kHmJ1w8BhWQtxIAy7b/Wf6ggSQjY3ScT8H4jVbhOEcVcmSpwH2Zbvi 9tJyTGETNB18E5wsWDCJW7tpxqB4nkwSrhlh0HMEz7ON7xpHe4drzCJPKn4v2+oHUhSK xUcTbKb9aeTnfPScV85NaL66rHVx+PG/XL+sI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=dFD3NuXvTNbZRBbonARg/7r5jlTzV0EcLAp2Sg/LDjv6IRoDE6LK/MWERBNktHGG/T n/jOucK02qRfJeR4+l/sMCJAQF+x8fjcyj9TJ9rOtUWTmuFUjr6AoUYQwsy1dki3zkg0 0co+x05FByxu9Ey0AghK0hZE7cOHE7b1nEEHQ= MIME-Version: 1.0 Received: by 10.142.214.11 with SMTP id m11mr83099wfg.57.1238025671864; Wed, 25 Mar 2009 17:01:11 -0700 (PDT) Date: Thu, 26 Mar 2009 11:01:11 +1100 Message-ID: <4e6f99e10903251701u70dfb207rc75543e18e7987bb@mail.gmail.com> Subject: maven-install-plugin-2.3 is missing from main Maven repository at repo1.maven.org From: Ellecer Valencia To: Maven Users List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org