aboutsummaryrefslogtreecommitdiffstats
path: root/models-examples
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2020-01-14 14:24:20 -0500
committerPamela Dragosh <pdragosh@research.att.com>2020-01-14 14:24:25 -0500
commit0dde9f007be609db391715b15f3dd6c855e2c3d8 (patch)
treedbceeb69be79aa2acc4d299e7a2da75937e73555 /models-examples
parentb321d781b99a869e179b8003260f92969a81b43e (diff)
Update sonar config
Skip module that doesn't have code. parent now defines the plugins, no need to duplicate that. Issue-ID: POLICY-2321 Change-Id: I84a161781cc0b44ba8d328ff5fb269855fcc4b36 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'models-examples')
-rw-r--r--models-examples/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/models-examples/pom.xml b/models-examples/pom.xml
index e9d31b1ee..d250e5d8d 100644
--- a/models-examples/pom.xml
+++ b/models-examples/pom.xml
@@ -31,4 +31,9 @@
<name>${project.artifactId}</name>
<description>Various examples of policy type and policy models in various formats</description>
+
+ <properties>
+ <!-- There is no code in this sub-module, only holds interfaces. So skip sonar. -->
+ <sonar.skip>true</sonar.skip>
+ </properties>
</project>