Shaun Chyxion 528e09dbdd init
2017-06-04 22:56:26 +08:00

10 lines
248 B
Bash
Executable File

#!/bin/bash
export MAVEN_OPTS="-noverify -agentpath:/usr/local/JRebel/6.3.2/lib/libjrebel64.dylib -Drebel.dirs=target -Drebel.disable_update=true -Ddev=true"
set JAVA_OPTS=$MAVEN_OPTS
mvn -Pdev clean tomcat7:run
unset JAVA_OPTS
unset MAVEN_OPTS