Fix sonar build script path of vnfmgr 03/36903/1
authorfujinhua <fu.jinhua@zte.com.cn>
Tue, 20 Mar 2018 02:56:20 +0000 (10:56 +0800)
committerfujinhua <fu.jinhua@zte.com.cn>
Tue, 20 Mar 2018 02:56:20 +0000 (10:56 +0800)
Change-Id: I24a2e084f15cdd479b0184ea18a71d0b6fe2e6e4
Issue-ID: VFC-827
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
mgr/pom.xml

index 3cd9985..11131c4 100644 (file)
@@ -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>