[m2e-users] wb-resource naive question

2012-07-17 Thread l.pe...@senat.fr
Dear all. Another simple question from a new user. I have a maven project using the war overlay mechanism. I am using : * m2e 1.1.0 * Maven integration for WTP 0.16 Yet, I still have to manually modifiy the .settings/org.eclipse.wst.common.component to add a line like : Can you please tell

Re: [m2e-users] wb-resource naive question

2012-07-17 Thread Fred Bricon
m2e-wtp doesn't use /target/APPNAME. That folder is created during CLI builds, in the package phase. In Eclipse w/ WTP, deployment is incremental and source folders are directly referenced for publishing. Typically : - src/main/webapp will contain your web resources - target/m2e-wtp/web-resources

Re: [m2e-users] wb-resource naive question

2012-07-17 Thread l.pe...@senat.fr
On 17/07/2012 17:03, Fred Bricon wrote: m2e-wtp doesn't use /target/APPNAME. That folder is created during CLI builds, in the package phase. In Eclipse w/ WTP, deployment is incremental and source folders are directly referenced for publishing. Typically : - src/main/webapp will contain your

Re: [m2e-users] wb-resource naive question

2012-07-17 Thread Fred Bricon
Stock settings = when you create a new tomcat server instance and leave the default settings. I think Tomcat 6 should work. If you can reproduce the problem with a sample project, then please open a bug report at https://bugs.eclipse.org/bugs/enter_bug.cgi?product=M2E-WTP On Tue, Jul 17, 2012 at