From: Pamela Dragosh Date: Wed, 20 Feb 2019 13:44:22 +0000 (-0500) Subject: Fix sonar.exclusion for bower X-Git-Tag: 1.4.0~48 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=policy%2Fengine.git;a=commitdiff_plain;h=56f66f400cfd13cae39623590af4672d577cef2f 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 --- 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/**/*