diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-01-16 14:38:07 -0500 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-01-16 14:38:16 -0500 |
commit | ed57ed2df0db5dc0bbf339b6ff51c4279396cba1 (patch) | |
tree | a26fbf92943c2d8a873378c61a63807639a3dec1 /integration/pom.xml | |
parent | c1935dba4855c4e2f60ef628eb0cdb663fde64dd (diff) |
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 <pdragosh@research.att.com>
Diffstat (limited to 'integration/pom.xml')
-rw-r--r-- | integration/pom.xml | 8 |
1 files changed, 7 insertions, 1 deletions
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 @@ <skip>true</skip> </configuration> </execution> - + <execution> + <id>report-aggregate</id> + <phase>prepare-package</phase> + <goals> + <goal>report-aggregate</goal> + </goals> + </execution> </executions> </plugin> </plugins> |