diff options
author | fujinhua <fu.jinhua@zte.com.cn> | 2018-03-20 11:08:32 +0800 |
---|---|---|
committer | fujinhua <fu.jinhua@zte.com.cn> | 2018-03-20 11:08:32 +0800 |
commit | a4a86de5f10f20d13e137ed3403e18a8e6327052 (patch) | |
tree | eca352396bcaf82f6c3bbd6397992e48bf008c6f | |
parent | 8697c2fb5e0fd4f68faa2a9c97f7099e3656c463 (diff) |
Fix sonar build script path of gvnfmadapter
Change-Id: Ic0154a7ff93d6135ecb76e21e737e31d07c4ac39
Issue-ID: VFC-827
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
-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> |