/scalate-war/run
http://github.com/scalate/scalate · #! · 11 lines · 10 code · 1 blank · 0 comment · 0 complexity · c83031ba2ac6069a0ba970b501302afc MD5 · raw file
- #!/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 $* jetty:run