Re : Re : [VOTE] Release Apache Maven 3.0-alpha-3

2009-11-12 Thread Julien HENRY
Another issue I have with Maven 3: trying to deploy an artifact with release:perform, I get the following error: [INFO] [ERROR] Error deploying artifact: Unsupported Protocol: 'dav': Cannot find wagon which supports the requested protocol: dav - [Help 1] [INFO] [ERROR] Is it a known issue?

Re: Re : Re : [VOTE] Release Apache Maven 3.0-alpha-3

2009-11-12 Thread Olivier Lamy
wagon weddav is not any more included in the distrib. You have to add it in your pom. -- Olivier 2009/11/12 Julien HENRY henr...@yahoo.fr: Another issue I have with Maven 3: trying to deploy an artifact with release:perform, I get the following error: [INFO] [ERROR] Error deploying

Re : Re : Re : [VOTE] Release Apache Maven 3.0-alpha-3

2009-11-12 Thread Julien HENRY
OK, thanks - Message d'origine De : Olivier Lamy ol...@apache.org À : Maven Developers List dev@maven.apache.org Envoyé le : Jeu 12 Novembre 2009, 16 h 58 min 00 s Objet : Re: Re : Re : [VOTE] Release Apache Maven 3.0-alpha-3 wagon weddav is not any more included in the distrib

Possible problems with snapshot updates in Maven 3.0-alpha-3 (was Re: Re : [VOTE] Release Apache Maven 3.0-alpha-3)

2009-11-10 Thread Benjamin Bentmann
Julien HENRY schrieb: I don't know if it is related to Maven 3, but I'm not able to update to a newer SNAPSHOT that is available in my corporate repository, even by using the -U command line option. It seems Maven is not even asking the repository manager for a new version. If you have -U

Re: Possible problems with snapshot updates in Maven 3.0-alpha-3 (was Re: Re : [VOTE] Release Apache Maven 3.0-alpha-3)

2009-11-10 Thread Benjamin Bentmann
Benjamin Bentmann wrote: If you have -U specified and the maven-metadata-nexus.xml for this parent POM in your local repo is not updated to match the one in your Nexus, that's indeed a bug. I'll look into it for alpha-4. Confirmed and tracked in [0]. If you like, CI already produced a fixed