From d7f6e96eb454f45df7ec571506d11ac2a5c7deac Mon Sep 17 00:00:00 2001 From: liamfallon Date: Wed, 10 Feb 2021 19:03:47 +0000 Subject: Enable building of the tosca PoC code At the moment, because the code in the tosca-controlloop directory is not linked to the CLAMP pom, it is not built by the Jenkins jobs. This commit makes a change to the pom.xml file on the tosca-poc branch only so that the tosca-controlloop code is built. The maven-invoker-plugin runs a build of the code in the tosca-controlloop subdirectory by invoking a build of its pom.xml. The output artifacts are placed in target/tosca-controlloop and do not interfere in any way with the main CLAMP build. However, if there are compile erors/test fails/maven errors in the tosca-controlloop coode, the build wil and should fail. Issue-ID: POLICY-2995 Change-Id: Ie4d3e3189af6afe0a046ab565a7cc2703afa503d Signed-off-by: liamfallon --- tosca-controlloop/common/pom.xml | 5 +-- tosca-controlloop/design/pom.xml | 5 +-- tosca-controlloop/models/pom.xml | 5 +-- tosca-controlloop/participants/pom.xml | 22 +---------- tosca-controlloop/pom.xml | 69 ++++++++++++++++++++++++++++------ tosca-controlloop/runtime/pom.xml | 18 +++------ 6 files changed, 71 insertions(+), 53 deletions(-) (limited to 'tosca-controlloop') diff --git a/tosca-controlloop/common/pom.xml b/tosca-controlloop/common/pom.xml index ad69440ea..fef79f002 100755 --- a/tosca-controlloop/common/pom.xml +++ b/tosca-controlloop/common/pom.xml @@ -1,8 +1,7 @@ - - org.assertj - assertj-core - test - - - org.powermock - powermock-api-mockito2 - test - - - junit - junit - test - diff --git a/tosca-controlloop/pom.xml b/tosca-controlloop/pom.xml index a328c03ee..008f45e36 100755 --- a/tosca-controlloop/pom.xml +++ b/tosca-controlloop/pom.xml @@ -1,8 +1,7 @@ diff --git a/tosca-controlloop/runtime/pom.xml b/tosca-controlloop/runtime/pom.xml index d3bfd3925..93498f5e1 100644 --- a/tosca-controlloop/runtime/pom.xml +++ b/tosca-controlloop/runtime/pom.xml @@ -1,8 +1,7 @@