diff options
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 $* |