sonarqube/build.sh

8 lines
200 B
Bash
Raw Normal View History

2014-05-01 21:07:36 +02:00
#!/bin/sh
./stop.sh
2015-02-14 11:14:10 +01:00
# 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 $*