Created
July 2, 2013 19:27
-
-
Save rclayton-the-terrible/5912317 to your computer and use it in GitHub Desktop.
Install Exhibitor from Maven pom.xml.
This file contains hidden or 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
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