dependency:resolve should output scope --------------------------------------
Key: MDEP-57 URL: http://jira.codehaus.org/browse/MDEP-57 Project: Maven 2.x Dependency Plugin Issue Type: Improvement Affects Versions: 2.0-alpha-1 Reporter: Gregory Kick Assigned To: Brian Fox It would be helpful if the output of the dependency:resolve goal would also output the resolved scope. Not only is it just useful information, but it would be a good way to quickly see the aggregate effects of things like the following warning without having to search through the build output. [WARNING] Artifact junit:junit:jar:3.8.2:test retains local scope 'test' overriding broader scope 'compile' given by a dependency. If this is not intended, modify or remove the local scope. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira