diff options
author | fujinhua <fu.jinhua@zte.com.cn> | 2018-03-20 14:44:42 +0800 |
---|---|---|
committer | fujinhua <fu.jinhua@zte.com.cn> | 2018-03-20 14:44:42 +0800 |
commit | dfcac1797e4c27c24185a38b13890d816d86d633 (patch) | |
tree | e4fb30e111f12f35773384561e081bfed6ea9032 /pom.xml | |
parent | 8634296ac214e1f2e7958463fefd66eba3ecfabc (diff) |
Fix sonar build script path of nslcm
Change-Id: Ic443f18bbb3484db4944c0967b96eadc6ba7a72f
Issue-ID: VFC-827
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |