From: Pamela Dragosh Date: Wed, 20 Sep 2017 17:37:03 +0000 (-0400) Subject: Modify pom to exclude 3rd party javascript X-Git-Tag: v1.1.0~63^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=71d31150192f08f146896f1abedb1155428a0e20;p=policy%2Fengine.git 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 --- 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/**/*