summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2018-03-20 11:05:26 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2018-03-20 11:05:26 +0800
commit273ce4b1cc3acce3409f4139574dcda073e14c0d (patch)
treec1b446186c2bc8ef7f2b87cc720aac036ca14cb4
parent2cf40569cc7730673c182ba07f2972c67f6c3a68 (diff)
Fix sonar build script path of vnflcm
Change-Id: I0cce74293353568b1cef152dcf7646c615ffbb53 Issue-ID: VFC-827 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
-rw-r--r--lcm/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lcm/pom.xml b/lcm/pom.xml
index 464f87eb..6c97c4a7 100644
--- a/lcm/pom.xml
+++ b/lcm/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>