Joseph Walton created MDEP-361: ---------------------------------- Summary: dependency:tree's use of "version selected from constraint" is too verbose Key: MDEP-361 URL: https://jira.codehaus.org/browse/MDEP-361 Project: Maven 2.x Dependency Plugin Issue Type: Improvement Affects Versions: 2.5 Reporter: Joseph Walton
MDEP-339's fix increases the level of verbosity in the dependency tree to include the specified constraint as well as the actual version. In many builds, these will be identical. {noformat} [INFO] | +- commons-lang:commons-lang:jar:2.4:compile (scope managed from 2.4; version selected from constraint 2.4) {noformat} The format change makes diffing the old and new versions difficult to see what behaviour has changed. In the case where the constraint is the same as the version it doesn't seem to add much information. I'd suggest omitting it when the version exactly matches the constraint. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira