diff options
author | waqas.ikram <waqas.ikram@est.tech> | 2023-06-16 13:05:04 +0100 |
---|---|---|
committer | Waqas Ikram <waqas.ikram@est.tech> | 2023-06-20 09:40:08 +0000 |
commit | cb0256d46fa8fd75f54482917ec1cd4aba02fb55 (patch) | |
tree | 74f8ac08831951889e1b2269a3a70d80a18276ec /cps-parent/pom.xml | |
parent | a47d9766d027cb0ffcc92c3e0c401a46bc2e8ab8 (diff) |
Refactored code to enable its utilization in Junit
tests for the client
Change-Id: I847ae0f48444af907039bfddb9879581003c0f35
Issue-ID: CPS-1751
Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
Diffstat (limited to 'cps-parent/pom.xml')
-rwxr-xr-x | cps-parent/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml index 0f58fbba76..be62a4c5de 100755 --- a/cps-parent/pom.xml +++ b/cps-parent/pom.xml @@ -45,6 +45,7 @@ <sonar.coverage.jacoco.xmlReportPaths> ../jacoco-report/target/site/jacoco-aggregate/jacoco.xml </sonar.coverage.jacoco.xmlReportPaths> + <parent.directory>${project.basedir}/..</parent.directory> </properties> <profiles> @@ -417,7 +418,7 @@ </executions> <configuration> <executable>${script.executor}</executable> - <workingDirectory>../cps-ri/src/main/resources/</workingDirectory> + <workingDirectory>${parent.directory}/cps-ri/src/main/resources/</workingDirectory> <arguments> <argument>yangResourceCsvGenerator.py</argument> <argument>dmi-registry@2021-12-13</argument> |