Skip to content

Instantly share code, notes, and snippets.

@manadream
Created March 21, 2015 16:32
Show Gist options
  • Save manadream/9fe9351f635aefb1f094 to your computer and use it in GitHub Desktop.
Save manadream/9fe9351f635aefb1f094 to your computer and use it in GitHub Desktop.
Executing maven with java options in shell script
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