From 24c0de9b80420979284c9bc2d15f48188b28fc19 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Fri, 12 Aug 2016 11:34:22 +0200 Subject: [PATCH] Removed jacoco from circleci build --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 0eb2f7f39e..0b99af6714 100644 --- a/circle.yml +++ b/circle.yml @@ -28,7 +28,7 @@ dependencies: - ./scripts/downloadDependencies.sh test: override: - - ./mvnw clean org.jacoco:jacoco-maven-plugin:prepare-agent install -P docs,integration -U $MVN_LOCAL_OPTS + - ./mvnw clean install -P docs,integration -U $MVN_LOCAL_OPTS post: - mkdir -p $CIRCLE_TEST_REPORTS/junit/ - find . -type f -regex ".*/target/.*-reports/.*" -exec cp {} $CIRCLE_TEST_REPORTS/junit/ \;