generate -D list based on the plugin is using
for example, when using 'mvn release:prepare', I'd like to get -DautoVersionSubmodules
https://github.com/edannenberg/maven-bash-completion/commit/cdbd8bdd17fa8c6ef108c8121e1a5e93c15f6cb6 is a patch that enables -D per plugin, still needs some work but as I'm not really fond of bash scripting I'll leave that to someone else. :p I left some comments in the commit.
I'm also not fond of maintaining config files so I made a little tool to generate the plugin config files. maven-bash-compgen As a result plugin config is now modular. Not a minor change, so i didn't make a pull request yet.
+1 to this, the one that I would like to use is -DprocessDependencyManagement=false for mvn versions:display-dependency-updates