diff options
Diffstat (limited to 'server/sonar-server/profile-start.sh')
-rwxr-xr-x | server/sonar-server/profile-start.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/server/sonar-server/profile-start.sh b/server/sonar-server/profile-start.sh deleted file mode 100755 index ba3cee0e495..00000000000 --- a/server/sonar-server/profile-start.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/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 $* |