From 90caf6c50b1c45b0e4fdfd066000cb076e30468a Mon Sep 17 00:00:00 2001 From: Maros Marsalek Date: Wed, 7 Sep 2016 09:20:14 +0200 Subject: HONEYCOMB-200 Exclude samples, tools and common from sonar Change-Id: I42d014b48f2315c8c99cee988aa29940a837deb0 Signed-off-by: Maros Marsalek --- common/pom.xml | 7 ++++++- samples/pom.xml | 5 +++++ tools/pom.xml | 4 ++++ 3 files changed, 15 insertions(+), 1 deletion(-) 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 @@ 3.1.1 + + + true + + checkstyle api-parent impl-parent minimal-assembly-descriptor minimal-distribution-parent - + diff --git a/samples/pom.xml b/samples/pom.xml index 0727eb4c5..4c5eddf8b 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -31,6 +31,11 @@ 3.1.1 + + + true + + interfaces minimal-distribution diff --git a/tools/pom.xml b/tools/pom.xml index c8fb53bf0..f5a1371b2 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -14,6 +14,10 @@ pom 1.16.12-SNAPSHOT + + true + + archetype -- cgit 1.2.3-korg