選択できるのは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 $*