diff options
author | Yun Huang <yun.huang@windriver.com> | 2018-03-18 15:36:59 +0800 |
---|---|---|
committer | Yun Huang <yun.huang@windriver.com> | 2018-03-18 15:36:59 +0800 |
commit | eb0fb51034382b1cdc85798c428b4f501c247eda (patch) | |
tree | ea64f2bef840907b7ac8de935a368795b8ea956a /ocata/pom.xml | |
parent | ce7349565ec25f0b0be99a558b927d45257cf1ae (diff) |
Correct sonar script pathname
Change-Id: Idc527e0bea04556f78789042faf2d0fff7ccacf4
Issue-ID: MULTICLOUD-171
Signed-off-by: Yun Huang <yun.huang@windriver.com>
Diffstat (limited to 'ocata/pom.xml')
-rw-r--r-- | ocata/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ocata/pom.xml b/ocata/pom.xml index bf90f6e1..29032167 100644 --- a/ocata/pom.xml +++ b/ocata/pom.xml @@ -49,7 +49,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> |