Fix sonar.exclusion for bower 35/78835/1
authorPamela Dragosh <pdragosh@research.att.com>
Wed, 20 Feb 2019 13:44:22 +0000 (08:44 -0500)
committerPamela Dragosh <pdragosh@research.att.com>
Wed, 20 Feb 2019 13:44:28 +0000 (08:44 -0500)
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 <pdragosh@research.att.com>
POLICY-SDK-APP/pom.xml

index 7583272..b3d09db 100644 (file)
@@ -71,7 +71,7 @@
         <logback.version>1.2.3</logback.version>
         <skipassembly>true</skipassembly>
         <skiptests>false</skiptests>
-        <sonar.exclusions>**/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**,src/main/webapp/app/policyApp/CSS/**/*,src/main/webapp/app/policyApp/libs/**/*</sonar.exclusions>
+        <sonar.exclusions>**/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**,src/main/webapp/app/policyApp/CSS/**/*,src/main/webapp/app/policyApp/libs.bower_components/**/*</sonar.exclusions>
     </properties>
     <dependencies>
         <dependency>