From: Pamela Dragosh Date: Wed, 20 Feb 2019 17:29:15 +0000 (-0500) Subject: Remove javascript from sonar X-Git-Tag: 1.4.0~47 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=policy%2Fengine.git;a=commitdiff_plain;h=65434ea84b1f4bd58c054988c733a361299cf22f Remove javascript from sonar Per Catherine, Dublin will not require javascript for sonar coverage statistics. We'll add this back in for El Alto if we determine this repo still needs development. If LF turns off javascript in the Sonar application then I'll change this back. But I need to determine if policy/engine has 55% coverage for tomorrow M2. Issue-ID: POLICY-1536 Change-Id: Ie091e231e1150da3217e10eb28fdbcd7e2ed8320 Signed-off-by: Pamela Dragosh --- diff --git a/POLICY-SDK-APP/pom.xml b/POLICY-SDK-APP/pom.xml index b3d09db20..c5da9dd95 100644 --- a/POLICY-SDK-APP/pom.xml +++ b/POLICY-SDK-APP/pom.xml @@ -71,7 +71,9 @@ 1.2.3 true false - **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**,src/main/webapp/app/policyApp/CSS/**/*,src/main/webapp/app/policyApp/libs.bower_components/**/* + + + **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**,src/main/webapp/app/policyApp/**/*