RE: maven eclipse plugin and wtp

2009-08-04 Thread massive.boisson
ot;m2e WTP 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

RE: maven eclipse plugin and wtp

2009-08-04 Thread massive.boisson
ulation, nous ne > pouvons accepter aucune responsabilité pour le contenu fourni. > > > > >> Date: Tue, 4 Aug 2009 09:39:17 -0400 >> Subject: Re: maven eclipse plugin and wtp >> From: w...@wantii.com >> To: users@maven.apache.org >> >> On Tu

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.

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