diff options
author | Dan Timoney <dtimoney@att.com> | 2019-07-31 16:27:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-07-31 16:27:59 +0000 |
commit | 1f6974b83c94c9760128ff7f02b713c0ec82787a (patch) | |
tree | c49539327ed372eca178c6f5b43da82dc84270a0 | |
parent | 78e935b3e0e22b08890883f517232272b8348d72 (diff) | |
parent | 99229249d7aa8ef668a5cfc22212424ff9311ebf (diff) |
Merge "Exclude external js libs from sonar"
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ <properties> <enforcer.skip>true</enforcer.skip> + <sonar.exclusions>**/external/**</sonar.exclusions> </properties> <modules> |