sonarqube/build.sh
2015-02-16 13:21:23 +01:00

6 lines
189 B
Bash
Executable File

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