summaryrefslogtreecommitdiffstats
path: root/lcm/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'lcm/pom.xml')
-rw-r--r--lcm/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lcm/pom.xml b/lcm/pom.xml
index 464f87eb..6c97c4a7 100644
--- a/lcm/pom.xml
+++ b/lcm/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>