summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2018-03-20 14:44:42 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2018-03-20 14:44:42 +0800
commitdfcac1797e4c27c24185a38b13890d816d86d633 (patch)
treee4fb30e111f12f35773384561e081bfed6ea9032
parent8634296ac214e1f2e7958463fefd66eba3ecfabc (diff)
Fix sonar build script path of nslcm
Change-Id: Ic443f18bbb3484db4944c0967b96eadc6ba7a72f Issue-ID: VFC-827 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index d87e79d1..3ffce910 100644
--- 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>