blob: ba3cee0e495cd56e03a041aca2a50e1bb88962ea (
plain)
1
2
3
|
#!/bin/sh
export MAVEN_OPTS='-Xmx512m -XX:MaxPermSize=160m -agentpath:/Applications/jprofiler8/bin/macos/libjprofilerti.jnilib=port=8849 '
mvn org.apache.tomcat.maven:tomcat7-maven-plugin::run -Pstart-dev-server,h2 $*
|