Created
February 20, 2019 03:42
-
-
Save seanf/13a9fd7b823e44308f4e8cdf1b2924a8 to your computer and use it in GitHub Desktop.
Invokes Maven's Help plugin to describe another Maven plugin's goals
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 | |
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