diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2019-02-20 08:44:22 -0500 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2019-02-20 08:44:28 -0500 |
commit | 56f66f400cfd13cae39623590af4672d577cef2f (patch) | |
tree | bfcfe73fe066689437bbbb5bac61e989dbe3e729 | |
parent | 9db5a88dda1a9a32dd4c3ddc6ae1fb9b602a2a5b (diff) |
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 <pdragosh@research.att.com>
-rw-r--r-- | POLICY-SDK-APP/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <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> |