diff options
author | yunlong ying <ying.yunlong@zte.com.cn> | 2018-03-20 07:35:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-20 07:35:47 +0000 |
commit | 44a867564de84883862109756233bf46aa8e6042 (patch) | |
tree | 24088186ea68426d1e9f6d8090bb46db58af9a98 | |
parent | 74fa7b13a32e948fd5dc7f1706e2c2f209c65d8b (diff) | |
parent | dfcac1797e4c27c24185a38b13890d816d86d633 (diff) |
Merge "Fix sonar build script path of nslcm"
-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> |