Fix sonar build script path of nslcm 43/36943/1
authorfujinhua <fu.jinhua@zte.com.cn>
Tue, 20 Mar 2018 06:44:42 +0000 (14:44 +0800)
committerfujinhua <fu.jinhua@zte.com.cn>
Tue, 20 Mar 2018 06:44:42 +0000 (14:44 +0800)
Change-Id: Ic443f18bbb3484db4944c0967b96eadc6ba7a72f
Issue-ID: VFC-827
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
pom.xml

diff --git a/pom.xml b/pom.xml
index d87e79d..3ffce91 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,7 @@
             <artifactId>exec-maven-plugin</artifactId>
             <version>1.2.1</version>
             <configuration>
-              <executable>${session.executionRootDirectory}/mvn-phase-script.sh</executable>
+              <executable>${project.basedir}/mvn-phase-script.sh</executable>
               <environmentVariables>
                 <!-- make mvn properties as env for our script -->
                 <MVN_PROJECT_GROUPID>${project.groupId}</MVN_PROJECT_GROUPID>