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 lines
200 B
Bash
Executable File

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