]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-5007 - Added profile-start script (will only work on OSX so far)
authorStephane Gamard <stephane.gamard@searchbox.com>
Thu, 12 Jun 2014 17:14:06 +0000 (19:14 +0200)
committerStephane Gamard <stephane.gamard@searchbox.com>
Thu, 12 Jun 2014 17:19:42 +0000 (19:19 +0200)
sonar-server/profile-start.sh [new file with mode: 0755]

diff --git a/sonar-server/profile-start.sh b/sonar-server/profile-start.sh
new file mode 100755 (executable)
index 0000000..ba3cee0
--- /dev/null
@@ -0,0 +1,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 $*