diff options
author | Lusheng Ji <lji@research.att.com> | 2018-03-13 12:56:21 -0400 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2018-03-14 14:13:45 +0000 |
commit | fbd0d3f76fa27fbb5a915891da823de9dca3862e (patch) | |
tree | e8ef6c2890a11112c95be5ce0ad3f9f05b5e8ee0 /component-json-schemas/pom.xml | |
parent | 4cc7a3e4e33d607f344ac413a2cc9f763e8cf4bd (diff) |
Fix SONAR reporting
Issue-ID: DCAEGEN2-206
Change-Id: I3b839c8c16197dbc555b533ddbd730404d3f7790
Signed-off-by: Lusheng Ji <lji@research.att.com>
Diffstat (limited to 'component-json-schemas/pom.xml')
-rw-r--r-- | component-json-schemas/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/component-json-schemas/pom.xml b/component-json-schemas/pom.xml index 3a627a8..0e53a11 100644 --- a/component-json-schemas/pom.xml +++ b/component-json-schemas/pom.xml @@ -32,6 +32,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <url>http://maven.apache.org</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + <sonar.skip>true</sonar.skip> <sonar.sources>.</sonar.sources> <!-- customize the SONARQUBE URL --> <!-- sonar.host.url>http://localhost:9000</sonar.host.url --> |