aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2021-02-12 10:32:59 +0000
committerliamfallon <liam.fallon@est.tech>2021-02-12 10:34:52 +0000
commita5142f1c4716e4eca5f74c848ad1510c69330ffa (patch)
tree52ff0f2da6a9d5a36351c4815695873ee26316f4
parentb631c8c189b12c15b3b8d25cd284b6d8fdfc716f (diff)
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 <liam.fallon@est.tech>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index e85483d31..9a9538f9b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1314,7 +1314,7 @@
<projectsDirectory>tosca-controlloop</projectsDirectory>
<cloneProjectsTo>${project.build.directory}/tosca-controlloop</cloneProjectsTo>
<pomIncludes>
- <pomInclude>*/pom.xml</pomInclude>
+ <pomInclude>pom.xml</pomInclude>
</pomIncludes>
<streamLogs>true</streamLogs>
</configuration>