diff options
author | Maros Marsalek <mmarsale@cisco.com> | 2016-09-07 09:20:14 +0200 |
---|---|---|
committer | Maros Marsalek <mmarsale@cisco.com> | 2016-09-07 07:32:14 +0000 |
commit | 90caf6c50b1c45b0e4fdfd066000cb076e30468a (patch) | |
tree | 4affc95950926e2686808a17aa261fe2114d10dc /common | |
parent | 1326e9fa5cffe326b82aeee9d82d008526aff947 (diff) |
HONEYCOMB-200 Exclude samples, tools and common from sonar
Change-Id: I42d014b48f2315c8c99cee988aa29940a837deb0
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
Diffstat (limited to 'common')
-rw-r--r-- | common/pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/common/pom.xml b/common/pom.xml index 72f23feb1..ebf2a9488 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -24,14 +24,19 @@ <prerequisites> <maven>3.1.1</maven> </prerequisites> + + <properties> + <sonar.skip>true</sonar.skip> + </properties> + <modules> <module>checkstyle</module> <module>api-parent</module> <module>impl-parent</module> <module>minimal-assembly-descriptor</module> <module>minimal-distribution-parent</module> - </modules> + <!-- DO NOT install or deploy the repo root pom as it's only needed to initiate a build --> <build> <plugins> |