maven-bash-completion
maven-bash-completion copied to clipboard
Maven Bash Auto Completion
See https://github.com/mvndaemon/mvnd. Should complete for `mvnd` commands. Mostly the same as for `mvn`; can probably ignore the two or so mvnd-specific options.
This is just a simple proposal to add plugin_goals_jib and plugin_goals_quarkus to this bash completion script
I am open to adjust/remove parts of this PR if something is found controversial.
for example, when using 'mvn release:prepare', I'd like to get -DautoVersionSubmodules
Similar to https://github.com/juven/maven-bash-completion/pull/68 In case someone has overloaded the "cd" command (with alias), the plugin's behaviour can be odd. E.g. if a cd alias also types in "ls" after "cd",...
Improvements / fixes: 1. When reading profiles from pom.xml, if the `` element within `` is not in the first line after `` then it was not read at all....
Add goals for Apache Felix Maven Bundle [1] plugin. [1] http://felix.apache.org/components/bundle-plugin/index.html
I have some issues about jgitflow plugin, so I think it's good idea to add support for gitflow plugin.