From dd22c1572ea887c6d1a247e3a95ccb3b80295872 Mon Sep 17 00:00:00 2001 From: wr148d Date: Thu, 21 Jan 2021 09:52:18 -0500 Subject: Modify the pom to try to get java unit test cases to recognize in sonar Issue-ID: AAI-3186 Change-Id: I0b2b4b05fd4a8e8c0409268d5ddd9835a924d372 Signed-off-by: wr148d --- pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ac3b00d..2c2b4bc 100644 --- a/pom.xml +++ b/pom.xml @@ -43,6 +43,8 @@ limitations under the License. false ${project.version} /content/sites/site/org/onap/aai/${project.artifactId}/${project.version} + 3.7.0.1746 + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml @@ -116,7 +118,7 @@ limitations under the License. org.codehaus.mojo sonar-maven-plugin - 3.2 + ${sonar.scanner.version} org.jacoco -- cgit 1.2.3-korg