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

Add support for Maven Wrapper Plugin goal

Open jiri-pejchal opened this issue 9 months ago • 0 comments

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.

jiri-pejchal avatar May 06 '24 14:05 jiri-pejchal