Fix sonar build script path of catalog 47/36947/1
authorfujinhua <fu.jinhua@zte.com.cn>
Tue, 20 Mar 2018 06:46:35 +0000 (14:46 +0800)
committerfujinhua <fu.jinhua@zte.com.cn>
Tue, 20 Mar 2018 06:46:35 +0000 (14:46 +0800)
Change-Id: I218c16fc3188ab81d18e16c009dab88c5c7d198e
Issue-ID: VFC-827
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
pom.xml

diff --git a/pom.xml b/pom.xml
index 0dd380e..54b03c6 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>