]> source.dussan.org Git - sonarqube.git/commitdiff
Add jacoco_build.sh
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Fri, 12 Sep 2014 15:54:25 +0000 (17:54 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Fri, 12 Sep 2014 16:20:02 +0000 (18:20 +0200)
jacoco_build.sh [new file with mode: 0644]

diff --git a/jacoco_build.sh b/jacoco_build.sh
new file mode 100644 (file)
index 0000000..11ceb34
--- /dev/null
@@ -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