From 71d31150192f08f146896f1abedb1155428a0e20 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Wed, 20 Sep 2017 13:37:03 -0400 Subject: [PATCH] Modify pom to exclude 3rd party javascript The 3rd party javascript and css code is provided by portal team and should not be included in code coverage for sonar. Issue-ID: POLICY-253 Change-Id: I7a03dda032d06452f806dbb768338d6ca55b6375 Signed-off-by: Pamela Dragosh --- ONAP-SDK-APP/pom.xml | 1 + POLICY-SDK-APP/pom.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/ONAP-SDK-APP/pom.xml b/ONAP-SDK-APP/pom.xml index aae25fa94..e6ef8ed1e 100644 --- a/ONAP-SDK-APP/pom.xml +++ b/ONAP-SDK-APP/pom.xml @@ -38,6 +38,7 @@ true 2.6.0 + **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**,src/main/webapp/**/* diff --git a/POLICY-SDK-APP/pom.xml b/POLICY-SDK-APP/pom.xml index c84fbb7ca..5adb5d169 100644 --- a/POLICY-SDK-APP/pom.xml +++ b/POLICY-SDK-APP/pom.xml @@ -55,6 +55,7 @@ true false 2.6.0 + **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**,src/main/webapp/app/policyApp/CSS/**/*,src/main/webapp/app/policyApp/libs/**/* -- 2.16.6