I got this error after doing "mvn clean package":
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-war-plugin:2.1.1:w ar (default-war) on project webapp1: Error assembling WAR: webxml attribute is re quired (or pre-existing WEB-INF/web.xml if executing in update mode) -> [Help 1]
altough this maven web application runs smoothly via Eclipse (Run As / Run on Server).