#!/bin/sh
mvn clean package
echo "Starting at localhost:8082"
java -jar target/pilgrim-1.0-SNAPSHOT-jar-with-dependencies.jar
exit 0