diff options
author | 2025-01-14 14:22:46 +0000 | |
---|---|---|
committer | 2025-01-14 14:25:18 +0000 | |
commit | 62028bb5b8c9127f73694b1c7efabe5e109f3017 (patch) | |
tree | 1bdfd1bf438d423f6556f1af671ea7b1737c8d9f /examples/examples-decisionmaker-sharedcontext/pom.xml | |
parent | 14044297bc112357af623fe3327da60fc30135ac (diff) |
Fix apex-pdp image generation
- policies generated with docker profile were missing the
--working-dir argument
- infinispan and hazelcast uplifted and configurations fixed to
match the latest versions
Issue-ID: POLICY-5192
Change-Id: I4a47c3dbdbbc8e863abaa4097ba00ea31508ffa5
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'examples/examples-decisionmaker-sharedcontext/pom.xml')
-rw-r--r-- | examples/examples-decisionmaker-sharedcontext/pom.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/examples-decisionmaker-sharedcontext/pom.xml b/examples/examples-decisionmaker-sharedcontext/pom.xml index 5def61b3a..88843f49c 100644 --- a/examples/examples-decisionmaker-sharedcontext/pom.xml +++ b/examples/examples-decisionmaker-sharedcontext/pom.xml @@ -1,6 +1,6 @@ <!-- ============LICENSE_START======================================================= - Copyright (C) 2023 Nordix Foundation. + Copyright (C) 2023, 2025 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -93,6 +93,7 @@ <argument>--log-file=${project.build.directory}/${policymodel.decisionmaker.name}_policygeneration.log</argument> <argument>--apex-config-file=${project.basedir}/src/main/resources/examples/config/DecisionMaker/ApexConfigRESTServerNoModel.json</argument> <argument>--tosca-template-file=${project.basedir}/src/main/resources/tosca/ToscaTemplate.json</argument> + <argument>--working-dir=${project.basedir}</argument> </arguments> </configuration> </execution> @@ -111,6 +112,7 @@ <argument>--log-file=${project.build.directory}/${policymodel.decisionmakertwo.name}_policygeneration.log</argument> <argument>--apex-config-file=${project.basedir}/src/main/resources/examples/config/DecisionMaker/ApexConfigRESTServerNoModel_Decision.json</argument> <argument>--tosca-template-file=${project.basedir}/src/main/resources/tosca/ToscaTemplateTwo.json</argument> + <argument>--working-dir=${project.basedir}</argument> </arguments> </configuration> </execution> |