From: fujinhua Date: Tue, 20 Mar 2018 06:46:35 +0000 (+0800) Subject: Fix sonar build script path of catalog X-Git-Tag: v1.1.0~30 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=2e68eed9a0fa4ef4733e8599f93facacf986ac2a;p=vfc%2Fnfvo%2Fcatalog.git Fix sonar build script path of catalog Change-Id: I218c16fc3188ab81d18e16c009dab88c5c7d198e Issue-ID: VFC-827 Signed-off-by: fujinhua --- diff --git a/pom.xml b/pom.xml index 0dd380e8..54b03c6b 100644 --- a/pom.xml +++ b/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}