blob: 5293032d2de70e0038bfea402e80b8c8c95f17c7 [file] [log] [blame]
#!/usr/bin/env bash
echo
echo Running the web application with JRebel so we can hot-reload code changes
echo
echo In another shell run the following command:
echo " mvn scala:cc"
echo
echo Using JRebel home directory of $JREBEL_HOME
MAVEN_OPTS="-noverify -javaagent:$JREBEL_HOME/jrebel.jar"
mvn -Dscalate.temp.workingdir=true $* jetty:run