From ed57ed2df0db5dc0bbf339b6ff51c4279396cba1 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Thu, 16 Jan 2020 14:38:07 -0500 Subject: [PATCH] Add report-aggregate sonar execution This seems to bump the xacml-pdp coverage back to where it was previously. No effect on common, models, api, pap or drools. Potentially this could help engine. Not sure exactly how Jacoco now seems to find the coverage. Does not solve cross sub-module lack of coverage. Will continue investigating. Issue-ID: POLICY-2321 Change-Id: Id71a2f06f30491246504cb2881b94fe11ad5f501 Signed-off-by: Pamela Dragosh --- integration/pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/integration/pom.xml b/integration/pom.xml index c840fac7..ae6ab215 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -670,7 +670,13 @@ true - + + report-aggregate + prepare-package + + report-aggregate + + -- 2.16.6