Skip to content

Instantly share code, notes, and snippets.

@rclayton-the-terrible
Created July 2, 2013 19:27
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 rclayton-the-terrible/5912317 to your computer and use it in GitHub Desktop.
Save rclayton-the-terrible/5912317 to your computer and use it in GitHub Desktop.
Install Exhibitor from Maven pom.xml.
POM="https://raw.github.com/Netflix/exhibitor/master/exhibitor-standalone/src/main/resources/buildscripts/standalone/maven/pom.xml"
JAR="exhibitor-war-1.0-jar-with-dependencies.jar"
RUN="java -jar target/$JAR"
mkdir exhibitor
cd exhibitor
curl $POM -o pom.xml
mvn assembly:single
java -jar target/$JAR --help && echo $RUN >> run.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment