aboutsummaryrefslogtreecommitdiffstats
path: root/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 /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 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 55848e157f3..47bc89e9e2b 100755
--- a/build.sh
+++ b/build.sh
@@ -1,5 +1,7 @@
#!/bin/sh
+./stop.sh
+
# Parallel executions of maven modules and tests.
# Half of CPU core are used in to keep other half for OS and other programs.
mvn clean install -e -B -T0.5C -DforkCount=0.5C $*