aboutsummaryrefslogtreecommitdiffstats
path: root/aai-core/pom.xml
diff options
context:
space:
mode:
authorVenkata Harish K Kajur <vk250x@att.com>2017-09-07 13:26:38 -0400
committerVenkata Harish K Kajur <vk250x@att.com>2017-09-07 13:26:59 -0400
commit081388b144c8b9df2f5e116ba953de290fcd92ab (patch)
tree0ad8f707bd5f5ef84e67d51838006d7928839074 /aai-core/pom.xml
parent809c34654199341b7a4119123d1909337cc43a7a (diff)
Exclude the domain package from sonar
since that code is generated Issue-ID: AAI-270 Change-Id: I16434f51e05739fa0cb4a3407e6efe2fe7d9a87b Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
Diffstat (limited to 'aai-core/pom.xml')
-rw-r--r--aai-core/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/aai-core/pom.xml b/aai-core/pom.xml
index 10eef875..e7a4b92b 100644
--- a/aai-core/pom.xml
+++ b/aai-core/pom.xml
@@ -19,6 +19,7 @@
<sonar.jacoco.reportPath>${project.build.directory}/coverage-reports/jacoco.exec</sonar.jacoco.reportPath>
<sonar.jacoco.reportMissing.force.zero>false</sonar.jacoco.reportMissing.force.zero>
<sonar.projectVersion>${project.version}</sonar.projectVersion>
+ <sonar.exclusions>org/openecomp/aai/domain/**</sonar.exclusions>
<gendoc.version>v11</gendoc.version>
<aai.wiki.link>https://wiki.onap.org/</aai.wiki.link>
<hbase.version>1.0.2</hbase.version>