diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2017-09-20 13:37:03 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2017-09-20 13:39:27 -0400 |
commit | 71d31150192f08f146896f1abedb1155428a0e20 (patch) | |
tree | a9039f3aaadb59630dfa8f8228487673f35d2c91 /POLICY-SDK-APP | |
parent | 515e216bd6e561a73810c1b970307b177ecde8d1 (diff) |
Modify pom to exclude 3rd party javascript
The 3rd party javascript and css code is provided by portal team
and should not be included in code coverage for sonar.
Issue-ID: POLICY-253
Change-Id: I7a03dda032d06452f806dbb768338d6ca55b6375
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'POLICY-SDK-APP')
-rw-r--r-- | POLICY-SDK-APP/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/POLICY-SDK-APP/pom.xml b/POLICY-SDK-APP/pom.xml index c84fbb7ca..5adb5d169 100644 --- a/POLICY-SDK-APP/pom.xml +++ b/POLICY-SDK-APP/pom.xml @@ -55,6 +55,7 @@ <skipassembly>true</skipassembly> <skiptests>false</skiptests> <jackson.version>2.6.0</jackson.version> + <sonar.exclusions>**/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**,src/main/webapp/app/policyApp/CSS/**/*,src/main/webapp/app/policyApp/libs/**/*</sonar.exclusions> </properties> <dependencies> <dependency> |