Skip to content

Instantly share code, notes, and snippets.

@janhenrik
Created September 20, 2012 10:51
Show Gist options
  • Save janhenrik/3755192 to your computer and use it in GitHub Desktop.
Save janhenrik/3755192 to your computer and use it in GitHub Desktop.
mvn_success
mvn_success = system("mvn -U clean package >> /tmp/mvn_build")
unless mvn_success
raise("Build failure")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment