From 56f66f400cfd13cae39623590af4672d577cef2f Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Wed, 20 Feb 2019 08:44:22 -0500 Subject: [PATCH] Fix sonar.exclusion for bower The lib folder no longer exists so excluding the lib.bower to ensure that isn't included in. Issue-ID: POLICY-1536 Change-Id: I2cf0ecd156b710e5bed98b9ee3dd3184d620a1b0 Signed-off-by: Pamela Dragosh --- POLICY-SDK-APP/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/POLICY-SDK-APP/pom.xml b/POLICY-SDK-APP/pom.xml index 758327296..b3d09db20 100644 --- a/POLICY-SDK-APP/pom.xml +++ b/POLICY-SDK-APP/pom.xml @@ -71,7 +71,7 @@ 1.2.3 true false - **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**,src/main/webapp/app/policyApp/CSS/**/*,src/main/webapp/app/policyApp/libs/**/* + **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**,src/main/webapp/app/policyApp/CSS/**/*,src/main/webapp/app/policyApp/libs.bower_components/**/* -- 2.16.6