Re: Started getting exception when packaging war

2008-02-27 Thread Rémy Sanlaville
Hi Daniel, Just try to update your repository : mvn package -U or indicate the last version (2.1-alpha-1) of maven war plugin in you pom. We also had this error and it seems that it comes from an old version of a transitive dependency of the maven-war-plugin. HTH, Rémy

RE: Started getting exception when packaging war

2008-02-27 Thread Allen, Daniel
getting exception when packaging war Hi Daniel, Just try to update your repository : mvn package -U or indicate the last version (2.1-alpha-1) of maven war plugin in you pom. We also had this error and it seems that it comes from an old version of a transitive dependency of the maven-war-plugin

Re: Started getting exception when packaging war

2008-02-27 Thread Olivier Lamy
? That seems peculiar. ~DVA -Original Message- From: Rémy Sanlaville [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 27, 2008 2:45 PM To: Maven Users List Subject: Re: Started getting exception when packaging war Hi Daniel, Just try to update your repository : mvn

RE: Started getting exception when packaging war

2008-02-27 Thread Allen, Daniel
Subject: Re: Started getting exception when packaging war Hi, A method has been changed but everything has been deployed on 25Feb. Can you cleanup a part of your local repo : - rm -rf ~/.m2/repository/org/apache/maven/plugins/maven-war-plugin - rm -rf ~/.m2/repository/org/apache/maven/shared/maven