Skip to content

Instantly share code, notes, and snippets.

@seanf
Created February 20, 2019 03:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seanf/13a9fd7b823e44308f4e8cdf1b2924a8 to your computer and use it in GitHub Desktop.
Save seanf/13a9fd7b823e44308f4e8cdf1b2924a8 to your computer and use it in GitHub Desktop.
Invokes Maven's Help plugin to describe another Maven plugin's goals
#!/bin/bash
plugin="$1"
shift
./mvnw help:describe -Ddetail "-Dplugin=$plugin" "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment