From 65434ea84b1f4bd58c054988c733a361299cf22f Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Wed, 20 Feb 2019 12:29:15 -0500 Subject: [PATCH] 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 --- POLICY-SDK-APP/pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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/**/* -- 2.16.6