Maven War deploy

2005-08-09 Thread Faucher Aurélie
Hello, I wanted to deploy a war with the goal war:deploy and I've this error : Fichier... d:\Outil\Maven_1.1-beta-1\cache\maven-artifact-plugin-1.5.2\plugin.jelly Element... artifact:artifact-deploy Ligne. 90 Colonne... 9 org.apache.maven.project.Dependency.setProperties(Ljava/util/List;)V

Re: Maven War deploy

2005-08-09 Thread Arnaud HERITIER
Hi Aurélie, It's a known bug. You can solve it with the last release of the artifact plugin : maven plugin:download -DgroupId=maven -DartifactId=maven-artifact-plugin -Dversion=1.6 Arnaud On 8/9/05, Faucher Aurélie [EMAIL PROTECTED] wrote: Hello, I wanted to deploy a war with the goal

RE: Maven War deploy

2005-08-09 Thread Faucher Aurélie
Thank you, I'll try Aurélie -Message d'origine- De : Arnaud HERITIER [mailto:[EMAIL PROTECTED] Envoyé : mardi 9 août 2005 16:51 À : Maven Users List Objet : Re: Maven War deploy Hi Aurélie, It's a known bug. You can solve it with the last release of the artifact plugin : maven