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.

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