maven-bash-completion
maven-bash-completion copied to clipboard
Add support for Maven Wrapper Plugin goal
It would be nice to have completion for the goals of maven wrapper plugin :
This plugin has 2 goals:
wrapper:help
Display help information on maven-wrapper-plugin.
Call mvn wrapper:help -Ddetail=true -Dgoal=<goal-name> to display parameter
details.
wrapper:wrapper
Unpacks the maven-wrapper distribution files to the current project source
tree.