diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-01-14 14:24:20 -0500 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-01-14 14:24:25 -0500 |
commit | 0dde9f007be609db391715b15f3dd6c855e2c3d8 (patch) | |
tree | dbceeb69be79aa2acc4d299e7a2da75937e73555 /models-examples/pom.xml | |
parent | b321d781b99a869e179b8003260f92969a81b43e (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/pom.xml')
-rw-r--r-- | models-examples/pom.xml | 5 |
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> |