diff options
author | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2015-08-11 12:31:06 +0200 |
---|---|---|
committer | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2015-08-24 14:00:30 +0200 |
commit | f6fee8429e966b36799ec91b4626ae1beb18c6d9 (patch) | |
tree | cfd6ac4075b1b2b700f58340baea49dd4a1bcca4 /build.sh | |
parent | 188fb3892041b1cf49a7947f90a117a441e09c9c (diff) | |
download | sonarqube-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-x | build.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 $* |