From eb0fb51034382b1cdc85798c428b4f501c247eda Mon Sep 17 00:00:00 2001 From: Yun Huang Date: Sun, 18 Mar 2018 15:36:59 +0800 Subject: Correct sonar script pathname Change-Id: Idc527e0bea04556f78789042faf2d0fff7ccacf4 Issue-ID: MULTICLOUD-171 Signed-off-by: Yun Huang --- windriver/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'windriver') diff --git a/windriver/pom.xml b/windriver/pom.xml index 2c08bdad..0b216c59 100644 --- a/windriver/pom.xml +++ b/windriver/pom.xml @@ -49,7 +49,7 @@ exec-maven-plugin 1.2.1 - ${session.executionRootDirectory}/mvn-phase-script.sh + ${project.basedir}/mvn-phase-script.sh ${project.groupId} -- cgit 1.2.3-korg