From: Jozsef Csongvai Date: Mon, 22 Feb 2021 17:37:53 +0000 (-0500) Subject: Revert removal of surefire plugin in test-blueprint-kotlin-parent X-Git-Tag: 1.1.0~1^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F89%2F118189%2F1;p=ccsdk%2Fcds.git Revert removal of surefire plugin in test-blueprint-kotlin-parent This was accidentally removed during java 11 upgrade. Without the plugin in this pom, mvn test will not work. Issue-ID: CCSDK-3178 Change-Id: I756092a4b71f4bfe75aae3ec6c276a0afc39fde4 Signed-off-by: Jozsef Csongvai --- diff --git a/components/model-catalog/blueprint-model/test-blueprint-kotlin-parent/pom.xml b/components/model-catalog/blueprint-model/test-blueprint-kotlin-parent/pom.xml index 72cc386a7..9ab95df59 100644 --- a/components/model-catalog/blueprint-model/test-blueprint-kotlin-parent/pom.xml +++ b/components/model-catalog/blueprint-model/test-blueprint-kotlin-parent/pom.xml @@ -209,6 +209,32 @@ + + org.apache.maven.plugins + maven-failsafe-plugin + + + default + none + + + integration-tests + none + + + + + maven-surefire-plugin + + + default-test + test + + test + + + +