Hello Alexandre That was the missing component for the magic. With the element <packaging>war</packaging> (I put it after the artifactId-element) in the pom.xml the command mvn eclipse:clean eclipse:eclipse created a WTP project in eclipse. But it still needed some extra configuration in the files. I had to set the following values:
org.eclipse.wst.common.project.facet.core.xml: <runtime name="Tomcat 5.5.16"/> <installed facet="jst.java" version="5.0"/> - from 1.4 to 5.0 .component: <property name="context-root" value="book"/> - the value attribute wasn't set Is there a way to control the values in the created files? Thanks a lot for the tip. Cheers Christian -- View this message in context: http://www.nabble.com/Maven-2-and-WTP-t1746013.html#a4777059 Sent from the Maven - Users forum at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
