From a38f0f119181ac798f2b66ee7cfadd579da8be64 Mon Sep 17 00:00:00 2001 From: Piotr Jaszczyk Date: Mon, 11 Mar 2019 14:16:39 +0100 Subject: Assure coverage is checked for all modules Change-Id: Ia9bb6cef9154d64cfa45455e38c9fe7603a64c74 Issue-ID: DCAEGEN2-1328 Signed-off-by: Piotr Jaszczyk --- sources/hv-collector-core/pom.xml | 4 - sources/hv-collector-ct/pom.xml | 1 + sources/hv-collector-dcae-app-simulator/pom.xml | 4 - sources/hv-collector-domain/pom.xml | 4 - sources/hv-collector-health-check/pom.xml | 4 - sources/hv-collector-main/pom.xml | 4 - sources/hv-collector-ssl/pom.xml | 4 - sources/hv-collector-test-utils/pom.xml | 1 + sources/hv-collector-utils/pom.xml | 4 - sources/hv-collector-ves-message-generator/pom.xml | 4 - sources/hv-collector-xnf-simulator/pom.xml | 4 - sources/pom.xml | 168 +++++++++++---------- 12 files changed, 94 insertions(+), 112 deletions(-) (limited to 'sources') diff --git a/sources/hv-collector-core/pom.xml b/sources/hv-collector-core/pom.xml index ae781742..29e1ea94 100644 --- a/sources/hv-collector-core/pom.xml +++ b/sources/hv-collector-core/pom.xml @@ -40,10 +40,6 @@ hv-collector-core VES HighVolume Collector :: Core - - false - - diff --git a/sources/hv-collector-ct/pom.xml b/sources/hv-collector-ct/pom.xml index 47b707a6..61d11392 100644 --- a/sources/hv-collector-ct/pom.xml +++ b/sources/hv-collector-ct/pom.xml @@ -43,6 +43,7 @@ false true + true diff --git a/sources/hv-collector-dcae-app-simulator/pom.xml b/sources/hv-collector-dcae-app-simulator/pom.xml index 8f6b061a..b82c001a 100644 --- a/sources/hv-collector-dcae-app-simulator/pom.xml +++ b/sources/hv-collector-dcae-app-simulator/pom.xml @@ -40,10 +40,6 @@ hv-collector-dcae-app-simulator VES HighVolume Collector :: Dcae app simulator - - false - - diff --git a/sources/hv-collector-domain/pom.xml b/sources/hv-collector-domain/pom.xml index bac42a2f..142dfb05 100644 --- a/sources/hv-collector-domain/pom.xml +++ b/sources/hv-collector-domain/pom.xml @@ -40,10 +40,6 @@ hv-collector-domain VES HighVolume Collector :: Domain - - false - - diff --git a/sources/hv-collector-health-check/pom.xml b/sources/hv-collector-health-check/pom.xml index 86c9efc7..8f5c0d5e 100644 --- a/sources/hv-collector-health-check/pom.xml +++ b/sources/hv-collector-health-check/pom.xml @@ -12,10 +12,6 @@ - - false - - org.onap.dcaegen2.collectors.hv-ves hv-collector-sources diff --git a/sources/hv-collector-main/pom.xml b/sources/hv-collector-main/pom.xml index d08a21e0..0fe240c5 100644 --- a/sources/hv-collector-main/pom.xml +++ b/sources/hv-collector-main/pom.xml @@ -40,10 +40,6 @@ hv-collector-main VES HighVolume Collector :: Main - - false - - diff --git a/sources/hv-collector-ssl/pom.xml b/sources/hv-collector-ssl/pom.xml index 48e9be78..617265bb 100644 --- a/sources/hv-collector-ssl/pom.xml +++ b/sources/hv-collector-ssl/pom.xml @@ -40,10 +40,6 @@ hv-collector-ssl VES HighVolume Collector :: SSL - - false - - diff --git a/sources/hv-collector-test-utils/pom.xml b/sources/hv-collector-test-utils/pom.xml index a755ae7b..aa18114b 100644 --- a/sources/hv-collector-test-utils/pom.xml +++ b/sources/hv-collector-test-utils/pom.xml @@ -24,6 +24,7 @@ false false + true diff --git a/sources/hv-collector-utils/pom.xml b/sources/hv-collector-utils/pom.xml index e65cbd2f..feba8123 100644 --- a/sources/hv-collector-utils/pom.xml +++ b/sources/hv-collector-utils/pom.xml @@ -30,10 +30,6 @@ - - false - - org.onap.dcaegen2.collectors.hv-ves hv-collector-sources diff --git a/sources/hv-collector-ves-message-generator/pom.xml b/sources/hv-collector-ves-message-generator/pom.xml index 7cb7d4ef..f39912de 100644 --- a/sources/hv-collector-ves-message-generator/pom.xml +++ b/sources/hv-collector-ves-message-generator/pom.xml @@ -40,10 +40,6 @@ hv-collector-ves-message-generator VES HighVolume Collector :: VES message generator - - false - - diff --git a/sources/hv-collector-xnf-simulator/pom.xml b/sources/hv-collector-xnf-simulator/pom.xml index aae04b42..7f76acbf 100644 --- a/sources/hv-collector-xnf-simulator/pom.xml +++ b/sources/hv-collector-xnf-simulator/pom.xml @@ -40,10 +40,6 @@ hv-collector-xnf-simulator VES HighVolume Collector :: XNF simulator - - false - - diff --git a/sources/pom.xml b/sources/pom.xml index 0775844f..30c15252 100644 --- a/sources/pom.xml +++ b/sources/pom.xml @@ -42,82 +42,98 @@ VES HighVolume Collector :: Sources pom - - - - maven-checkstyle-plugin - 2.17 - - - org.onap.oparent - checkstyle - 1.1.1 - - - - - - check-license-kotlin - - check - - process-sources - - onap-checkstyle/check-license.xml - false - true - false - **\/*.kt - true - - - - - - - org.apache.maven.plugins - maven-antrun-plugin - 1.8 - - - - detekt - verify - - run - - - - - - - - - - - - - - - - - - - - io.gitlab.arturbosch.detekt - detekt-cli - ${detekt.version} - - - ${project.groupId} - hv-collector-analysis - 1.1.0-SNAPSHOT - - - - - + + false + + + + + analysis + + + src/main/kotlin + + + + + + maven-checkstyle-plugin + 2.17 + + + org.onap.oparent + checkstyle + 1.1.1 + + + + + + check-license-kotlin + + check + + process-sources + + onap-checkstyle/check-license.xml + false + true + false + **\/*.kt + true + + + + + + + org.apache.maven.plugins + maven-antrun-plugin + 1.8 + + + + detekt + verify + + run + + + + + + + + + + + + + + + + + + + + io.gitlab.arturbosch.detekt + detekt-cli + ${detekt.version} + + + ${project.groupId} + hv-collector-analysis + 1.1.0-SNAPSHOT + + + + + + + hv-collector-commandline -- cgit 1.2.3-korg