diff options
-rw-r--r-- | gvnfmadapter/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gvnfmadapter/pom.xml b/gvnfmadapter/pom.xml index 6054070..5b6e322 100644 --- a/gvnfmadapter/pom.xml +++ b/gvnfmadapter/pom.xml @@ -45,7 +45,7 @@ <artifactId>exec-maven-plugin</artifactId> <version>1.2.1</version> <configuration> - <executable>${session.executionRootDirectory}/mvn-phase-script.sh</executable> + <executable>${project.basedir}/mvn-phase-script.sh</executable> <environmentVariables> <!-- make mvn properties as env for our script --> <MVN_PROJECT_GROUPID>${project.groupId}</MVN_PROJECT_GROUPID> |