Would it be possible to get a new release of the maven enforcer plugin sometime soon? I've been eagerly awaiting a release with the fix for http://jira.codehaus.org/browse/MENFORCER-135.
Currently my build output is 2139 lines, of which 1701 lines (~80%) is INFO messages from the enforcer plugin. A brief sample is included below: [INFO] org.apache.cxf:cxf-rt-transports-local 2.7.0 2.7.0 [INFO] org.apache.cxf:cxf-api 2.7.0 2.7.0 [INFO] org.apache.cxf:cxf-api 2.7.0 2.7.0 [INFO] org.apache.cxf:cxf-api 2.7.0 2.7.0 [INFO] org.apache.cxf:cxf-api 2.7.0 2.7.0 [INFO] org.apache.cxf:cxf-api 2.7.0 2.7.0 [INFO] org.apache.cxf:cxf-rt-core 2.7.0 2.7.0 [INFO] org.apache.cxf:cxf-rt-core 2.7.0 2.7.0 [INFO] org.apache.cxf:cxf-rt-core 2.7.0 2.7.0 [INFO] org.apache.cxf:cxf-rt-core 2.7.0 2.7.0 [INFO] org.apache.cxf:cxf-rt-core 2.7.0 2.7.0 [INFO] org.apache.cxf:cxf-rt-core 2.7.0 2.7.0 [INFO] org.apache.cxf:cxf-rt-core 2.7.0 2.7.0 [INFO] org.apache.cxf:cxf-rt-core 2.7.0 2.7.0 [INFO] org.apache.cxf:cxf-rt-ws-security 2.7.0 2.7.0 [INFO] org.apache.cxf:cxf-api 2.7.0 2.7.0 [INFO] org.apache.cxf:cxf-api 2.7.0 2.7.0 [INFO] org.apache.cxf:cxf-api 2.7.0 2.7.0 [INFO] org.apache.cxf:cxf-rt-core 2.7.0 2.7.0 [INFO] org.apache.cxf:cxf-rt-core 2.7.0 2.7.0 [INFO] org.apache.cxf:cxf-rt-core 2.7.0 2.7.0 [INFO] org.apache.cxf:cxf-rt-core 2.7.0 2.7.0 The bug that caused this has been fixed since July, but has yet to be included in a new release. Thanks, Josh