Created
February 20, 2019 03:43
-
-
Save seanf/335a507479c4bc3bc329bfa2d78651b1 to your computer and use it in GitHub Desktop.
Invokes Maven's Help plugin to describe another Maven plugin's goal
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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