diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-10-08 11:42:51 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-10-08 12:30:07 +0200 |
commit | 80824622efd18b59a8dfac18548565d3f5b07691 (patch) | |
tree | e71a63f1809076efb07ff04b32d6498f8c13f0a5 /jacoco-build.sh | |
parent | 286f8d1b1942d293a8411944479e14dd54f920d5 (diff) | |
download | sonarqube-80824622efd18b59a8dfac18548565d3f5b07691.tar.gz sonarqube-80824622efd18b59a8dfac18548565d3f5b07691.zip |
Rename tool scripts
Diffstat (limited to 'jacoco-build.sh')
-rw-r--r-- | jacoco-build.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/jacoco-build.sh b/jacoco-build.sh new file mode 100644 index 00000000000..11ceb34f316 --- /dev/null +++ b/jacoco-build.sh @@ -0,0 +1,3 @@ +#!/bin/sh +export MAVEN_OPTS='-Xmx256m' +mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent install -B -e -V -Pcoverage-per-test -Dmaven.test.failure.ignore=true |