You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

build.sh 189B

12345
  1. #!/bin/sh
  2. # Parallel executions of maven modules and tests.
  3. # Half of CPU core are used in to keep other half for OS and other programs.
  4. mvn clean install -e -B -T0.5C -DforkCount=0.5C $*