aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2018-03-20 14:46:35 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2018-03-20 14:46:35 +0800
commit2e68eed9a0fa4ef4733e8599f93facacf986ac2a (patch)
tree014e6179b828499eba0f312f50ea11ec3cdbfeab
parent697b0e1d871570ed5546e90b91a2c1c5b60312b4 (diff)
Fix sonar build script path of catalog
Change-Id: I218c16fc3188ab81d18e16c009dab88c5c7d198e Issue-ID: VFC-827 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 0dd380e8..54b03c6b 100644
--- a/pom.xml
+++ b/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>