We have a number of SNAPSHOT artifacts that we need to release more or less all at once. We were looking for a plug-in that would do the sort and then list the dependencies (dependency:list seems to give them in alphabetical order, dependency:tree is not particularly convenient for our purposes).
We want to do the sort so that we can release the "least-dependent" artifacts first, followed by those that are "more-dependent".
Has anyone else ever encountered this need?