diff options
Diffstat (limited to 'examples/examples-onap-vcpe/pom.xml')
-rw-r--r-- | examples/examples-onap-vcpe/pom.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/examples-onap-vcpe/pom.xml b/examples/examples-onap-vcpe/pom.xml index c18ef88f2..f64a24ecf 100644 --- a/examples/examples-onap-vcpe/pom.xml +++ b/examples/examples-onap-vcpe/pom.xml @@ -1,7 +1,7 @@ <!-- ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson. All rights reserved. - Modifications Copyright (C) 2019-2020 Nordix Foundation. + Modifications Copyright (C) 2019-2020, 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. @@ -133,6 +133,7 @@ <argument>--log-file=${project.build.directory}/${policymodel.name}_policygeneration.log</argument> <argument>--apex-config-file=${project.basedir}/src/main/resources/examples/config/ONAPvCPE/ApexConfig.json</argument> <argument>--tosca-template-file=${project.basedir}/src/main/resources/tosca/ToscaTemplate.json</argument> + <argument>--working-dir=${project.basedir}</argument> </arguments> </configuration> </execution> @@ -170,6 +171,7 @@ <argument>--log-file=${project.build.directory}/${policymodelstandalone.name}_policygeneration.log</argument> <argument>--apex-config-file=${project.basedir}/src/main/resources/examples/config/ONAPvCPEStandalone/ApexConfig.json</argument> <argument>--tosca-template-file=${project.basedir}/src/main/resources/tosca/ToscaTemplate.json</argument> + <argument>--working-dir=${project.basedir}</argument> </arguments> </configuration> </execution> |