It's spelled Maven :) This question would probably be better posed to the m2eclipse mailing list.
But yes, you will either need to change change the warSourceDirectory parameter of the maven-war-plugin or adopt the Maven directory structure (src/main/webapp instead of WebContent). The latter would be better from a Maven perspective. Justin On 9/8/10 6:34 AM, relliott wrote: > > Hi, > Eclipse Helios > mss-1.3.2-jboss-jdk6-5.1.0.GA-1008061811 > m2eclipse 0.10.0.2 > mweclipse extras > I created a Dynamic WebProject and then Mavin -> Enable Dependency > Management. I added my depencies then did Mavin clean and then Mavin > Package. I receive the following build error: > Failed to execute goal org.apache.maven.plugins:maven-war-plugin:2.1- > alpha-1:war (default-war) on project <myapp>: Error assembling WAR: > Deployment descriptor: <my-app-path>\\WEB-INF\web.xml does not exist. - >> [Help 1]. > > The project wizard created the web.xml under WebContent\WEB-INF > \web.xml. My pom.xml does not contain any path info. Do I need to > modify pom.xml? > > Thanks... --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
