Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0-alpha-1
-
None
-
None
Description
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.