Hi,

I think we had a similar problem a while ago. I'm not sure but I think
you need to set the correct WTP version. (1.5.x for eclipse 3.2) (see
http://download.eclipse.org/webtools/downloads/)

So in your plugin configuration you'll need:

    <plugin>
       <artifactId>maven-eclipse-plugin</artifactId>
       <version>2.3-SNAPSHOT</version>
       <configuration>
         <wtpversion>1.5</wtpversion>
       </configuration>

You need version 2.3-SNAPSHOT to support wtpversion=1.5 (see
http://www.mail-archive.com/[email protected]/msg55803.html)

Hope this helps

Ian



On 14/12/06, lmk <[EMAIL PROTECTED]> wrote:

I always have the same problem even with the command eclipse:eclipse
-Dwtpversion=1.0. my .component is well  composed...


thanks!



Carlos Sanchez-4 wrote:
>
> Does this help?
> http://maven.apache.org/plugins/maven-eclipse-plugin/wtp.html
>
> On 12/12/06, lmk <[EMAIL PROTECTED]> wrote:
>>
>> hi;
>>
>> i try to integrate maven  multiproject on eclipse 3.2. i use tomcat 5.5,
>> when i start the server, Eclipse dont publish the dependencies.
>>
>> is  maven eclipse plugin compatible with the Eclipse 3.2, perhapse I must
>> upgrade the  pluging ?? how can i do that?
>>
>>
>> thanks..
>>
>> --
>> View this message in context:
>> 
http://www.nabble.com/compatibility-Maven-Eclipse-3.2-and-wtp-tf2807719s177.html#a7833866
>> Sent from the Maven - Users mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
>
> --
> I could give you my word as a Spaniard.
> No good. I've known too many Spaniards.
>                              -- The Princess Bride
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>

--
View this message in context: 
http://www.nabble.com/compatibility-Maven-Eclipse-3.2-and-wtp-tf2807719s177.html#a7869983
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to