From ffdd55c19bc1d0005a26ae0dd39231d691f39f78 Mon Sep 17 00:00:00 2001 From: Brian Radebaugh Date: Wed, 18 Apr 2018 14:48:07 -0700 Subject: [PATCH] changing DCOVERAGE to DDEBUG --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 45229e08..d5018a33 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,7 +14,7 @@ common_steps: &common_steps command: ./mvnw --batch-mode -DskipTests=true -Dmaven.javadoc.skip=true clean test-compile dependency:resolve-plugins dependency:go-offline - run: name: run tests - command: ./mvnw --batch-mode clean verify -DCOVERAGE=1 + command: ./mvnw --batch-mode clean verify -DDEBUG=1 - run: name: build package command: ./mvnw --batch-mode package javadoc:jar