Skip to content

Instantly share code, notes, and snippets.

@dblevins
Created January 23, 2015 10:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dblevins/e5ea5f055fc4e5b01524 to your computer and use it in GitHub Desktop.
Save dblevins/e5ea5f055fc4e5b01524 to your computer and use it in GitHub Desktop.
#!/bin/bash
git clone git@github.com:tomitribe/tomee-jaxrs-starter-project.git &&
cd tomee-jaxrs-starter-project &&
mvn clean install tomee:exec &&
java -jar target/tomee-rest-arquillian-1.0-SNAPSHOT-exec.jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment