RE: Maven 2, Eclipse WTP

2006-11-09 Thread hermod.opstvedt
To: Maven Users List Subject: Re: Maven 2, Eclipse WTP [EMAIL PROTECTED] wrote: Hi There is a typo here: the exact syntax is: mvn -Dwtpversion=1.0 eclipse:eclipse (You can also specify 1.5 and 0.7 for wtpversion) I tried using 1.5 but it gave me an error Unsupported WTP version: 1.5

Re: Maven 2, Eclipse WTP

2006-11-07 Thread Alexandre Touret
Hello, I have already tried this. Regards, Alexandre [EMAIL PROTECTED] wrote: Hi Try: mvn -DwtpVersion=1.0 eclipse:eclipse Hermod - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Maven 2, Eclipse WTP

2006-11-07 Thread Alexandre Touret
Alexandre Touret wrote: 2 / The configuration of project facets how may configure the eclipse plugin in order to specify the versions of projects facets of WTP (Servlet API version number, JAVA version ,...) ? I finally solved this problem. I add the following configuration to the

RE: Maven 2, Eclipse WTP

2006-11-07 Thread hermod.opstvedt
: Maven 2, Eclipse WTP Hello, I have already tried this. Regards, Alexandre [EMAIL PROTECTED] wrote: Hi Try: mvn -DwtpVersion=1.0 eclipse:eclipse Hermod - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: Maven 2, Eclipse WTP

2006-11-07 Thread Daniel Serodio
: 1.0 R7 none. Daniel Serodio -Original Message- From: Alexandre Touret [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 07, 2006 10:30 AM To: Maven Users List Subject: Re: Maven 2, Eclipse WTP Hello, I have already tried this. Regards, Alexandre [EMAIL PROTECTED] wrote

Re: Maven 2, Eclipse WTP

2006-11-07 Thread Srepfler Srgjan
Daniel Serodio wrote: [EMAIL PROTECTED] wrote: Hi There is a typo here: the exact syntax is: mvn -Dwtpversion=1.0 eclipse:eclipse (You can also specify 1.5 and 0.7 for wtpversion) I tried using 1.5 but it gave me an error Unsupported WTP version: 1.5. This plugin currently

Re: Maven 2, Eclipse WTP

2006-11-06 Thread Steinar Bang
Alexandre Touret [EMAIL PROTECTED]: 1 / The location of WEB-INF directory according to the maven structure, I put the WEB-INF directory in src/main/webapp Unfortunately when I start mvn eclipse:eclipse WTP doesnt retreive tthe right path of WEB-INF directory and always create a directory

RE: Maven 2, Eclipse WTP

2006-11-06 Thread hermod.opstvedt
Hi Try: mvn -DwtpVersion=1.0 eclipse:eclipse Hermod -Original Message- From: Alexandre Touret [mailto:[EMAIL PROTECTED] Sent: Monday, November 06, 2006 1:48 PM To: Maven Users List Subject: Maven 2, Eclipse WTP Hello, I m trying to integration a J2EE multiproject built with maven2

Re: Maven 2, Eclipse WTP

2006-11-06 Thread Srepfler Srgjan
Steinar Bang wrote: Alexandre Touret [EMAIL PROTECTED]: 1 / The location of WEB-INF directory according to the maven structure, I put the WEB-INF directory in src/main/webapp Unfortunately when I start mvn eclipse:eclipse WTP doesnt retreive tthe right path of WEB-INF