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.
--
View this message in context:
http://www.nabble.com/Check-out-as-Maven-project-tp19413931p19413931.html
Sent from the Maven Eclipse - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email