summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2018-03-20 11:06:54 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2018-03-20 11:06:54 +0800
commitf1d46ea98aa3489dfab5f87f2843d7a0f52dacce (patch)
tree01db4053fca89a1b6ab7b61a819479d4c110bbff
parentbda09279c1c95728bc870cdf4bf54a756773ef21 (diff)
Fix sonar build script path of vnfres
Change-Id: Idab16327078f1f4f577078a3a2543a97c4f69edc Issue-ID: VFC-827 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
-rw-r--r--res/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/pom.xml b/res/pom.xml
index 343503e..3f8535e 100644
--- a/res/pom.xml
+++ b/res/pom.xml
@@ -47,7 +47,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>