From a5142f1c4716e4eca5f74c848ad1510c69330ffa Mon Sep 17 00:00:00 2001 From: liamfallon Date: Fri, 12 Feb 2021 10:32:59 +0000 Subject: Point at correct POM for tosca control loop build The plugin configuration caused all the sub POMs to be run as separate builds. The build for the TOSCA POC code should just point at the single POM for the POC code and not run all the sub POMs. THis change just runs thebottom POM for the control loop code, which in turn calls all the sub POMs. Issue-ID: POLICY-2971 Change-Id: I9cab9fc862c89a037b12894fb5bfb3b2c9a4e9f9 Signed-off-by: liamfallon --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index e85483d31..9a9538f9b 100644 --- a/pom.xml +++ b/pom.xml @@ -1314,7 +1314,7 @@ tosca-controlloop ${project.build.directory}/tosca-controlloop - */pom.xml + pom.xml true -- cgit 1.2.3-korg