From: fujinhua Date: Tue, 20 Mar 2018 02:56:20 +0000 (+0800) Subject: Fix sonar build script path of vnfmgr X-Git-Tag: v1.1.0~9 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F03%2F36903%2F1;p=vfc%2Fgvnfm%2Fvnfmgr.git Fix sonar build script path of vnfmgr Change-Id: I24a2e084f15cdd479b0184ea18a71d0b6fe2e6e4 Issue-ID: VFC-827 Signed-off-by: fujinhua --- diff --git a/mgr/pom.xml b/mgr/pom.xml index 3cd9985..11131c4 100644 --- a/mgr/pom.xml +++ b/mgr/pom.xml @@ -45,7 +45,7 @@ exec-maven-plugin 1.2.1 - ${session.executionRootDirectory}/mvn-phase-script.sh + ${project.basedir}/mvn-phase-script.sh ${project.groupId}