aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-07-31 16:27:59 +0000
committerGerrit Code Review <gerrit@onap.org>2019-07-31 16:27:59 +0000
commit1f6974b83c94c9760128ff7f02b713c0ec82787a (patch)
treec49539327ed372eca178c6f5b43da82dc84270a0
parent78e935b3e0e22b08890883f517232272b8348d72 (diff)
parent99229249d7aa8ef668a5cfc22212424ff9311ebf (diff)
Merge "Exclude external js libs from sonar"
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 73a4168..a3fc796 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,6 +20,7 @@
<properties>
<enforcer.skip>true</enforcer.skip>
+ <sonar.exclusions>**/external/**</sonar.exclusions>
</properties>
<modules>