您最多选择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 $*