Created
March 21, 2015 16:32
-
-
Save manadream/9fe9351f635aefb1f094 to your computer and use it in GitHub Desktop.
Executing maven with java options in shell script
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
eval $(echo mvn clean test $(echo -D$(printf cucumber.options=\"--tags\ "$TAGS"\"\ "$ARGS"))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment