From e57cf1af53bd85befbd50ebc768f56f8a590c019 Mon Sep 17 00:00:00 2001 From: Maros Marsalek Date: Wed, 7 Sep 2016 10:12:56 +0200 Subject: HONEYCOMB-200 sonar.skip per child module Change-Id: I73ba7db54f029f4061fe3e5af148db52c686e7fd Signed-off-by: Maros Marsalek --- samples/interfaces/mapping/pom.xml | 1 + samples/interfaces/models/pom.xml | 4 ++++ samples/interfaces/pom.xml | 6 ++++++ samples/minimal-distribution/pom.xml | 1 + tools/archetype/pom.xml | 3 +++ 5 files changed, 15 insertions(+) diff --git a/samples/interfaces/mapping/pom.xml b/samples/interfaces/mapping/pom.xml index bd5eabfe6..e9b328dc6 100644 --- a/samples/interfaces/mapping/pom.xml +++ b/samples/interfaces/mapping/pom.xml @@ -29,6 +29,7 @@ 1.16.12-SNAPSHOT + true diff --git a/samples/interfaces/models/pom.xml b/samples/interfaces/models/pom.xml index 712f82cfa..666705d58 100644 --- a/samples/interfaces/models/pom.xml +++ b/samples/interfaces/models/pom.xml @@ -27,6 +27,10 @@ 1.16.12-SNAPSHOT bundle + + true + + diff --git a/samples/interfaces/pom.xml b/samples/interfaces/pom.xml index 3411a4e3a..cd4ebb869 100644 --- a/samples/interfaces/pom.xml +++ b/samples/interfaces/pom.xml @@ -31,10 +31,16 @@ 3.1.1 + + + true + + models mapping + diff --git a/samples/minimal-distribution/pom.xml b/samples/minimal-distribution/pom.xml index 5865556c0..debabe155 100644 --- a/samples/minimal-distribution/pom.xml +++ b/samples/minimal-distribution/pom.xml @@ -32,6 +32,7 @@ io.fd.honeycomb.samples.distro.Main 1.16.12-SNAPSHOT 1.16.12-SNAPSHOT + true diff --git a/tools/archetype/pom.xml b/tools/archetype/pom.xml index 9f6bb3c55..38dbcc81f 100644 --- a/tools/archetype/pom.xml +++ b/tools/archetype/pom.xml @@ -14,4 +14,7 @@ 1.16.12-SNAPSHOT jar + + true + \ No newline at end of file -- cgit 1.2.3-korg