Re: maven-eclipse-plugin writes to src/main/webapp

2008-02-21 Thread Arnaud HERITIER
I think we have several problems with manifest in 2.5-SNAPSHOT :-( wtpmanifest = true creates several problems. We noticed this one : http://jira.codehaus.org/browse/MECLIPSE-389 It can be (or not) related Arnaud On Thu, Feb 21, 2008 at 8:20 AM, Martin Höller [EMAIL PROTECTED] wrote: On

Re: maven-eclipse-plugin writes to src/main/webapp

2008-02-21 Thread Graham Leggett
Martin Höller wrote: No, it's not, it's a WTP 2.0 project. My plugin configuration is as follows: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-eclipse-plugin/artifactId version2.5-SNAPSHOT/version configuration

Re: maven-eclipse-plugin writes to src/main/webapp

2008-02-21 Thread Martin Höller
On Thursday 21 February 2008 wrote Arnaud HERITIER: I think we have several problems with manifest in 2.5-SNAPSHOT :-( wtpmanifest = true creates several problems. We noticed this one : http://jira.codehaus.org/browse/MECLIPSE-389 It can be (or not) related It is (at least somehow) related.

Re: maven-eclipse-plugin writes to src/main/webapp

2008-02-21 Thread Martin Höller
On Thursday 21 February 2008 wrote Graham Leggett: Martin Höller wrote: No, it's not, it's a WTP 2.0 project. My plugin configuration is as follows: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-eclipse-plugin/artifactId

Re: maven-eclipse-plugin writes to src/main/webapp

2008-02-21 Thread Arnaud HERITIER
I prefer to have a new issue and a link between them. You can wait to have it fixed OR you can propose a patch (code+test+doc) to be sure it will be. Arnaud On Thu, Feb 21, 2008 at 10:24 AM, Martin Höller [EMAIL PROTECTED] wrote: On Thursday 21 February 2008 wrote Arnaud HERITIER: I think we

Re: maven-eclipse-plugin writes to src/main/webapp

2008-02-21 Thread Martin Höller
On Thursday 21 February 2008 wrote Arnaud HERITIER: I prefer to have a new issue and a link between them. Created: http://jira.codehaus.org/browse/MECLIPSE-392 You can wait to have it fixed OR you can propose a patch (code+test+doc) to be sure it will be. Currently I'm too busy but maybe

Re: maven-eclipse-plugin writes to src/main/webapp

2008-02-21 Thread amit kumar
On synchronizing a pde plugin with maven-eclipse-plugin, it looks to me that Manifest.mf file do get synchronized even though it is in META-INF folder. Does maven-eclipse-plugin synchronizes it with .classpath or how? Regards, Amit On Fri, Feb 22, 2008 at 1:13 PM, Martin Höller [EMAIL

maven-eclipse-plugin writes to src/main/webapp

2008-02-20 Thread Martin Höller
Hi all! I just noticed that the maven-eclipse-plugin (2.5-SNAPHSOT) writes a MANIFEST.MF output to src/main/webapp/META-INF when mvn eclipse:eclipse is called for a web-application. Is this behaviour intentional? I wouldn't expect maven or any plugin to write something into src/main. If the

Re: maven-eclipse-plugin writes to src/main/webapp

2008-02-20 Thread Graham Leggett
Martin Höller wrote: I just noticed that the maven-eclipse-plugin (2.5-SNAPHSOT) writes a MANIFEST.MF output to src/main/webapp/META-INF when mvn eclipse:eclipse is called for a web-application. Is this behaviour intentional? I wouldn't expect maven or any plugin to write something into

Re: maven-eclipse-plugin writes to src/main/webapp

2008-02-20 Thread Martin Höller
On Wednesday 20 February 2008 wrote Graham Leggett: Martin Höller wrote: I just noticed that the maven-eclipse-plugin (2.5-SNAPHSOT) writes a MANIFEST.MF output to src/main/webapp/META-INF when mvn eclipse:eclipse is called for a web-application. Is this behaviour intentional? I