Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

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