Description
When running tomcat7:run, the entire merged web.xml will be logged at level INFO. Since the merged web.xml can be very, very long and INFO is the default log level, this completely clutters the Maven log output.
If even necessary, the web.xml should only be logged at level DEBUG.