From: fujinhua Date: Tue, 20 Mar 2018 03:06:54 +0000 (+0800) Subject: Fix sonar build script path of vnfres X-Git-Tag: v1.1.0~9 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=f1d46ea98aa3489dfab5f87f2843d7a0f52dacce;p=vfc%2Fgvnfm%2Fvnfres.git Fix sonar build script path of vnfres Change-Id: Idab16327078f1f4f577078a3a2543a97c4f69edc Issue-ID: VFC-827 Signed-off-by: fujinhua --- diff --git a/res/pom.xml b/res/pom.xml index 343503e..3f8535e 100644 --- a/res/pom.xml +++ b/res/pom.xml @@ -47,7 +47,7 @@ exec-maven-plugin 1.2.1 - ${session.executionRootDirectory}/mvn-phase-script.sh + ${project.basedir}/mvn-phase-script.sh ${project.groupId}