Description
Depending on if you use Maven 3.0.5 or 3.1.1, you get significantly different contents for the Web Console war as well as the final binary assembly. The two versions of Maven treat the optional=true tags in the top level pom a bit differently.
The proposed fix is to remove the optional=true tags from the top level and add them where appropriate in the child modules.