Alex,

 Please make sure you have WTP integration for m2eclipse installed.

 regards,
 Eugene


Zucchi Alessandro wrote:
Hi all,
when I try to check out a Dynamic Web Project using the future <<Check out
as Maven project>> the web project get checked out as a simple Java project.
Obviously with Java project is all right.

The web project pom.xml contains <<war>> as packaging as follow:
....
<modelVersion>4.0.0</modelVersion>
<groupId>com.zucchetti.qweb.suitecaf.web</groupId>
<artifactId>suitecafonweb</artifactId>
<version>03.05.00-SNAPSHOT</version>        
<packaging>war</packaging>

and in the build section:

<build>
        <sourceDirectory>JavaSource</sourceDirectory>
        <finalName>suiteCafOnWeb</finalName>
        <plugins>
                <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-eclipse-plugin</artifactId>
                <configuration>
                        <wtpversion>2.0</wtpversion>
                </configuration>
</plugin> </plugins>
</build>

I'm sure to do something of wrong but I don't understend where ?
Anyone can help me?

Best regards
Alex.


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to