From 08e110471b550e64dca66ef46745949a98d982a4 Mon Sep 17 00:00:00 2001 From: sg481n Date: Fri, 29 Sep 2017 12:33:53 +0000 Subject: Improve aaf sonar code coverage Issue-id: AAF-79 Change-Id: I36081744a2b97942f41517502d12256e2ed44312 Signed-off-by: sg481n --- authz-test/pom.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'authz-test/pom.xml') diff --git a/authz-test/pom.xml b/authz-test/pom.xml index e73cb341..17cb314f 100644 --- a/authz-test/pom.xml +++ b/authz-test/pom.xml @@ -53,6 +53,7 @@ + false 0 1.0.0-SNAPSHOT 1.0.0-SNAPSHOT @@ -61,7 +62,7 @@ ${project.build.directory}/surefire-reports ${project.build.directory}/coverage-reports/jacoco.exec ${project.build.directory}/coverage-reports/jacoco-it.exec - false + true ${project.version} https://nexus.onap.org /content/repositories/snapshots/ @@ -133,7 +134,7 @@ org.apache.maven.plugins maven-surefire-plugin - + **/AAFJUnitTest.java @@ -187,6 +188,9 @@ 0.7.7.201606060606 true + + org.onap.aaf.* + -- cgit 1.2.3-korg