You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Ellecer Valencia <el...@gmail.com> on 2009/03/26 01:01:11 UTC

maven-install-plugin-2.3 is missing from main Maven repository at repo1.maven.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


Re: maven-install-plugin-2.3 is missing from main Maven repository at repo1.maven.org

Posted by Ellecer Valencia <el...@gmail.com>.
Great, thanks guys!

I'll try to move all of our stuff to start using maven 2.0.9 or higher.


On Thu, Mar 26, 2009 at 1:18 PM, Brian E. Fox <br...@reply.infinity.nu> wrote:
> The jar is now on central and is being pushed again to all 1st level
> mirrors.
>
> -----Original Message-----
> From: Brett Porter [mailto:brett@apache.org]
> Sent: Wednesday, March 25, 2009 9:48 PM
> To: Maven Users List
> Subject: Re: maven-install-plugin-2.3 is missing from main Maven
> repository at repo1.maven.org
>
> 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-plu
> gin/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
>>
>
> --
> Brett Porter
> brett@apache.org
> http://blogs.exist.com/bporter/
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

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


RE: maven-install-plugin-2.3 is missing from main Maven repository at repo1.maven.org

Posted by "Brian E. Fox" <br...@reply.infinity.nu>.
The jar is now on central and is being pushed again to all 1st level
mirrors.

-----Original Message-----
From: Brett Porter [mailto:brett@apache.org] 
Sent: Wednesday, March 25, 2009 9:48 PM
To: Maven Users List
Subject: Re: maven-install-plugin-2.3 is missing from main Maven
repository at repo1.maven.org

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-plu
gin/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
>

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


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


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


Re: maven-install-plugin-2.3 is missing from main Maven repository at repo1.maven.org

Posted by Brett Porter <br...@apache.org>.
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-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>

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


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