Hi Charles! I fixed this with rev 1388892 [1]. Could you please check whether this fix looks good for you.
[1] http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-cdi/pom.xml?view=diff&r1=1388891&r2=1388892&pathrev=1388892 Best, Christian On Fri, Sep 21, 2012 at 9:19 PM, Babak Vahdat <babak.vah...@swissonline.ch>wrote: > Hi > > Currently the build on the trunk is broken @ camel-example-cdi: > > [INFO] --- maven-war-plugin:2.1:war (default-war) @ camel-example-cdi --- > [INFO] Packaging webapp > [INFO] Assembling webapp [camel-example-cdi] in > > [/Users/bvahdat/dev/workspace/camel/examples/camel-example-cdi/target/camel- > example-cdi-2.11-SNAPSHOT] > [INFO] Processing war project > [INFO] Copying webapp webResources > > [/Users/bvahdat/dev/workspace/camel/examples/camel-example-cdi/target/classe > s] to > > [/Users/bvahdat/dev/workspace/camel/examples/camel-example-cdi/target/camel- > example-cdi-2.11-SNAPSHOT] > [INFO] Webapp assembled in [223 msecs] > [INFO] Building war: > > /Users/bvahdat/dev/workspace/camel/examples/camel-example-cdi/target/camel-e > xample-cdi-2.11-SNAPSHOT.war > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 5.129s > [INFO] Finished at: Fri Sep 21 21:17:05 CEST 2012 > [INFO] Final Memory: 16M/1011M > [INFO] > ------------------------------------------------------------------------ > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-war-plugin:2.1:war (default-war) on project > camel-example-cdi: Error assembling WAR: webxml attribute is required (or > pre-existing WEB-INF/web.xml if executing in update mode) -> [Help 1] > [ERROR] > [ERROR] To see the full stack trace of the errors, re-run Maven with the -e > switch. > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > [ERROR] > [ERROR] For more information about the errors and possible solutions, > please > read the following articles: > [ERROR] [Help 1] > http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException > > Babak > > > --