Eclipse:add-maven-repo bug

2005-11-28 Thread Jean-Sebastien Bournival
Is someone fixing the "eclipse:add-maven-repo" bug? The one that adds a 'X' to the eclipse workspace folder. Thanx. JS. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Antrun plugin and the war:war phases

2005-11-28 Thread Jean-Sebastien Bournival
into a running appserver rather than to a repository, so this is a reasonble phase to do it in). Are you actually running mvn package, or mvn war:war? - Brett On 11/26/05, Jean-Sebastien Bournival <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying to trigger an ant task after I used t

Antrun plugin and the war:war phases

2005-11-25 Thread Jean-Sebastien Bournival
Hi, I am trying to trigger an ant task after I used the maven war:war goal. The problem I have is that nothing ever happens regarding the antrun plugin. I do not see any trace of execution besides the war:war plugin. Am I doing something wrong? Am I targeting the right phase? What are the lif

RE: ClassCastException on filtering resources

2005-11-15 Thread Jean-Sebastien Bournival
I forgot to say I am using Maven 2, JDK 1.4.2_09. -Message d'origine- De : Jean-Sebastien Bournival [mailto:[EMAIL PROTECTED] Envoyé : 15 novembre 2005 11:36 À : users@maven.apache.org Objet : ClassCastException on filtering resources Hi, I'm trying to use filtering

ClassCastException on filtering resources

2005-11-15 Thread Jean-Sebastien Bournival
Hi, I'm trying to use filtering in my pom. tembec src/main/filters/filter.properties src\main\webapp-filtered true But when I try to use the ${basedir} property in any of my "src\main\webapp-filtered