maven-bash-completion icon indicating copy to clipboard operation
maven-bash-completion copied to clipboard

generate -D list based on the plugin is using

Open juven opened this issue 14 years ago • 2 comments

for example, when using 'mvn release:prepare', I'd like to get -DautoVersionSubmodules

juven avatar Nov 07 '11 16:11 juven

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.

edannenberg avatar Oct 04 '13 21:10 edannenberg

+1 to this, the one that I would like to use is -DprocessDependencyManagement=false for mvn versions:display-dependency-updates

Davio avatar Oct 23 '20 06:10 Davio