From dfcac1797e4c27c24185a38b13890d816d86d633 Mon Sep 17 00:00:00 2001 From: fujinhua Date: Tue, 20 Mar 2018 14:44:42 +0800 Subject: [PATCH] Fix sonar build script path of nslcm Change-Id: Ic443f18bbb3484db4944c0967b96eadc6ba7a72f Issue-ID: VFC-827 Signed-off-by: fujinhua --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d87e79d1..3ffce910 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} -- 2.16.6