diff options
author | fujinhua <fu.jinhua@zte.com.cn> | 2018-03-20 10:56:20 +0800 |
---|---|---|
committer | fujinhua <fu.jinhua@zte.com.cn> | 2018-03-20 10:56:20 +0800 |
commit | 1a60d1b4bc116d501ef88947faa96592869bc03a (patch) | |
tree | 6bbab9cff0893ea0923ef1e00239942cc5bc35c6 /mgr | |
parent | a84d70c2addfffd944437908e859642ef108b71d (diff) |
Fix sonar build script path of vnfmgr
Change-Id: I24a2e084f15cdd479b0184ea18a71d0b6fe2e6e4
Issue-ID: VFC-827
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'mgr')
-rw-r--r-- | mgr/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mgr/pom.xml b/mgr/pom.xml index 3cd9985..11131c4 100644 --- a/mgr/pom.xml +++ b/mgr/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> |