Skip to content

Instantly share code, notes, and snippets.

@seanf
Created February 20, 2019 03:43
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/335a507479c4bc3bc329bfa2d78651b1 to your computer and use it in GitHub Desktop.
Save seanf/335a507479c4bc3bc329bfa2d78651b1 to your computer and use it in GitHub Desktop.
Invokes Maven's Help plugin to describe another Maven plugin's goal
#!/bin/bash
cmd="$1"
shift
./mvnw help:describe -Ddetail "-Dcmd=$cmd" "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment