I've had this happen before...

Just figure out which plugin is the problem, then go into your
~/.m2/repo and delete it manually.

Then make sure you run with mvn -o until all the repos are back up, or
you'll just download it again and run into this again...

Wayne

On 5/16/06, Adrian Pillinger <[EMAIL PROTECTED]> wrote:
Thanks. I badly timed my mvn -U! The codehaus server is down and the -U
brought in a plugin depending on one that is on the server that has gone
down!

Now I cannot build the site for my projects.

At least it is only my machine affected!

Thanks for the info

Adrian

On 16/05/06, Olivier Lamy <[EMAIL PROTECTED]> wrote:
>
> Extract from the release note :
> "
> You can run mvn -U to get the latest version of the plugin, or specify
> the version in your project's plugin configuration:
>
> <plugin>
>     <groupId>org.apache.maven.plugins</groupId>
>     <artifactId>maven-surefire-plugin</artifactId>
>     <version>2.2</version>
> </plugin>
> "
> Try with this ;-)
> - Olivier
>
> -----Message d'origine-----
> De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De
> la part de Adrian Pillinger
> Envoyé : mardi 16 mai 2006 16:20
> À : users@maven.apache.org
> Objet : Update plugin
>
>
> Can someone help me with a really quick question...
>
> My mvn install uses surefire 2.1.3 at the moment. I want to upgrade this
> to 2.2, but when I run "mvn -up clean install" it does not update to
> 2.2.
>
> How can I tell mvn to update the surefire plugin?
>
> Thanks
> Adrian
>
>
>
> This e-mail, any attachments and the information contained therein ("this
> message") are confidential and intended solely for the use of the
> addressee(s). If you have received this message in error please send it back
> to the sender and delete it. Unauthorized publication, use, dissemination or
> disclosure of this message, either in whole or in part is strictly
> prohibited.
>
> 
--------------------------------------------------------------------------------------------------------------
> Ce message électronique et tous les fichiers joints ainsi que  les
> informations contenues dans ce message ( ci après "le message" ), sont
> confidentiels et destinés exclusivement à l'usage de la  personne à laquelle
> ils sont adressés. Si vous avez reçu ce message par erreur, merci  de le
> renvoyer à son émetteur et de le détruire. Toutes diffusion, publication,
> totale ou partielle ou divulgation sous quelque forme que se soit non
> expressément autorisées de ce message, sont interdites.
>
> 
-------------------------------------------------------------------------------------------------------------
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to