aboutsummaryrefslogtreecommitdiffstats
path: root/quick-build.sh
diff options
context:
space:
mode:
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>2015-08-11 12:31:06 +0200
committerSébastien Lesaint <sebastien.lesaint@sonarsource.com>2015-08-24 14:00:30 +0200
commitf6fee8429e966b36799ec91b4626ae1beb18c6d9 (patch)
treecfd6ac4075b1b2b700f58340baea49dd4a1bcca4 /quick-build.sh
parent188fb3892041b1cf49a7947f90a117a441e09c9c (diff)
downloadsonarqube-f6fee8429e966b36799ec91b4626ae1beb18c6d9.tar.gz
sonarqube-f6fee8429e966b36799ec91b4626ae1beb18c6d9.zip
[SCRIPT] build and quick-build must stop SQ instance
this will save having to kill the instance started with start.sh because mvn clean deleted the pid file
Diffstat (limited to 'quick-build.sh')
-rwxr-xr-xquick-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/quick-build.sh b/quick-build.sh
index f28c3838008..7a7f3a83e55 100755
--- a/quick-build.sh
+++ b/quick-build.sh
@@ -40,5 +40,5 @@ echo ''
# Parallel executions of maven modules and tests.
# Half of CPU core are used in to keep other half for OS and other programs.
-
+./stop.sh
mvn clean install -T0.5C -B -e -DskipTests=true -Pdev $*