summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryunlong ying <ying.yunlong@zte.com.cn>2018-03-20 07:35:47 +0000
committerGerrit Code Review <gerrit@onap.org>2018-03-20 07:35:47 +0000
commit44a867564de84883862109756233bf46aa8e6042 (patch)
tree24088186ea68426d1e9f6d8090bb46db58af9a98
parent74fa7b13a32e948fd5dc7f1706e2c2f209c65d8b (diff)
parentdfcac1797e4c27c24185a38b13890d816d86d633 (diff)
Merge "Fix sonar build script path of nslcm"
-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>