1
0
Mirror von https://github.com/SonarSource/sonarqube.git synchronisiert 2024-08-26 17:58:23 +02:00
sonarqube/build.sh
Sébastien Lesaint f6fee8429e [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
2015-08-24 14:00:30 +02:00

8 Zeilen
200 B
Bash
Ausführbare Datei

#!/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 $*