From 1a60d1b4bc116d501ef88947faa96592869bc03a Mon Sep 17 00:00:00 2001 From: fujinhua Date: Tue, 20 Mar 2018 10:56:20 +0800 Subject: [PATCH] Fix sonar build script path of vnfmgr Change-Id: I24a2e084f15cdd479b0184ea18a71d0b6fe2e6e4 Issue-ID: VFC-827 Signed-off-by: fujinhua --- mgr/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.16.6