aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/assembly/bin/sonar-runner
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2015-11-10 09:42:10 +0100
committerJulien HENRY <julien.henry@sonarsource.com>2015-11-10 14:32:00 +0100
commit7b6c311c7d076de58cb57b28c6a9a31d5c7c9afe (patch)
tree6be7723852fed64b4dfbe34c6ea6a9f732775793 /src/main/assembly/bin/sonar-runner
parent5a8d95da69a698a82faa01e7b396e33de61d4975 (diff)
downloadsonar-scanner-cli-7b6c311c7d076de58cb57b28c6a9a31d5c7c9afe.tar.gz
sonar-scanner-cli-7b6c311c7d076de58cb57b28c6a9a31d5c7c9afe.zip
SQSCANNER-1 Extract SonarQube Scanner as a standalone project
Diffstat (limited to 'src/main/assembly/bin/sonar-runner')
-rwxr-xr-xsrc/main/assembly/bin/sonar-runner4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/assembly/bin/sonar-runner b/src/main/assembly/bin/sonar-runner
index eea044a..ec2f426 100755
--- a/src/main/assembly/bin/sonar-runner
+++ b/src/main/assembly/bin/sonar-runner
@@ -80,7 +80,7 @@ if [ -z "$SONAR_RUNNER_HOME" ] ; then
fi
# check that the SONAR_RUNNER_HOME has been correctly set
-if [ ! -f "$SONAR_RUNNER_HOME/lib/sonar-runner-dist-${project.version}.jar" ] ; then
+if [ ! -f "$SONAR_RUNNER_HOME/lib/sonar-scanner-${project.version}.jar" ] ; then
echo '$SONAR_RUNNER_HOME' does not point to a valid installation directory: $SONAR_RUNNER_HOME
exit 1
fi
@@ -92,7 +92,7 @@ else
JAVA_CMD="`which java`"
fi
-JAR_FILE="${SONAR_RUNNER_HOME}"/lib/sonar-runner-dist-${project.version}.jar
+JAR_FILE="${SONAR_RUNNER_HOME}"/lib/sonar-scanner-${project.version}.jar
PROJECT_HOME=`pwd`
#echo "Info: Using sonar-runner at $SONAR_RUNNER_HOME"