Fix sonar build script path of vnflcm 07/36907/1
authorfujinhua <fu.jinhua@zte.com.cn>
Tue, 20 Mar 2018 03:05:26 +0000 (11:05 +0800)
committerfujinhua <fu.jinhua@zte.com.cn>
Tue, 20 Mar 2018 03:05:26 +0000 (11:05 +0800)
Change-Id: I0cce74293353568b1cef152dcf7646c615ffbb53
Issue-ID: VFC-827
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
lcm/pom.xml

index 464f87e..6c97c4a 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>