maven eclipse plugin and wtp

2009-08-04 Thread massive.boisson
Hi, I have a maven project (that is web project by its nature) and I want to run it in eclipse as WTP project. I found command (on http://maven.apache.org/plugins/maven-eclipse-plugin/wtp.html): mvn -Dwtpversion=R7 eclipse:eclipse Where wtpversion can be R7, 1.0, 1.5, 2.0 or none (default). As

Re: maven eclipse plugin and wtp

2009-08-04 Thread massive.boisson
Sorry that came out wrong, I know I cannot do -Dwtpversion=3.1, but I am wondering what are my alternatives. It seems there should be a new new way to do this, and I cannot find it. Or maybe 2.0 works as good as 3.1 Thanks -MB massive.boisson wrote: As current wtp version is 3.1, can I

RE: maven eclipse plugin and wtp

2009-08-04 Thread massive.boisson
Thank you guys, I do need to debug. It was not obvious at all to me how to import existing java web maven project into eclipse wtp project using m2 eclipse plugin. And I tried to figure it out. Do you have a hint or two? Thanks -MB mgainty wrote: m2 is the better solution if you need

RE: maven eclipse plugin and wtp

2009-08-04 Thread massive.boisson
Integration optional feature installed. You just import/general/maven project Again, thanks, and sorry for extra posting. massive.boisson wrote: Thank you guys, I do need to debug. It was not obvious at all to me how to import existing java web maven project into eclipse wtp project using