From 50b862349ceaec9cccb9bf20971fa6e202d6bea5 Mon Sep 17 00:00:00 2001 From: Trustin Lee Date: Sat, 8 Feb 2014 09:12:56 -0800 Subject: [PATCH] Fix a build error which occurred when -Pcoverage was not specified --- pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1b5118d7dd..dfffe6f234 100644 --- a/pom.xml +++ b/pom.xml @@ -87,6 +87,9 @@ coverage + + ${jacoco.argLine} + @@ -99,6 +102,9 @@ prepare-agent + + jacoco.argLine + @@ -111,6 +117,7 @@ UTF-8 UTF-8 1.3.18.GA + -server -dsa -da -ea:io.netty... @@ -467,7 +474,7 @@ **/TestUtil* random - ${argLine} ${test.jvm.argLine} + ${test.jvm.argLine.coverage} ${test.jvm.argLine}