Maven multi module: error assembling WAR: webxml attribute is required
问题 I'm turning a single Eclipse Maven-managed webapp project in a multi-module Maven project (this is a test project to experiment with Maven, so feel free to provide any kind of suggestion). The single project webapp doean't have any error, succesfully compiles and behaves correctly when deployed, so I'm starting with a working application. The application has a web part and a console part, meaning that there are some classes with a main() method that when run from within Eclipse (with Run as -