Description
The use case we have is that we take a project and compare dependency changes over time. This is done by running "mvn dependency:resolve" against the project at different commits. In order to show only dependencies which have been added/removed/upgraded it's necessary to sort the output before comparing two dependency lists. This would be a bit easier if the output could be sorted by the plugin.