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.

jacoco-build.sh 164B

123
  1. #!/bin/sh
  2. export MAVEN_OPTS='-Xmx256m'
  3. mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent install -B -e -V -Pcoverage-per-test -Dmaven.test.failure.ignore=true