Including all versions installed to ~/.m2, and deployed to maven or an artifact repository like artifactory.
For example, if I type something like this make believe command:
mvn ver:show-all -DartifactId=myProject -DallowSnapshots=true
I hope to see some output listing available versions:
myProject ->
0.9
1.0.1
1.1-branchA-SNAPSHOT
1.1-branchB-SNAPSHOT
1.1-branchC-SNAPSHOT
Is there a maven plugin which does this today?