Fix sonar build script path of vnfres 09/36909/1
authorfujinhua <fu.jinhua@zte.com.cn>
Tue, 20 Mar 2018 03:06:54 +0000 (11:06 +0800)
committerfujinhua <fu.jinhua@zte.com.cn>
Tue, 20 Mar 2018 03:06:54 +0000 (11:06 +0800)
Change-Id: Idab16327078f1f4f577078a3a2543a97c4f69edc
Issue-ID: VFC-827
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
res/pom.xml

index 343503e..3f8535e 100644 (file)
@@ -47,7 +47,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>