aboutsummaryrefslogtreecommitdiffstats
path: root/aria
diff options
context:
space:
mode:
authordfilppi <dewayne@cloudify.co>2017-12-26 23:28:12 +0000
committerdfilppi <dewayne@cloudify.co>2017-12-26 23:30:26 +0000
commitd87a4650dd96e0263febd042e8f5c67b77810df1 (patch)
treeb76ff18b80c33e97f7a6dfff79320c2ceeca71c8 /aria
parent18266f843b047531ba4ec5c5ef5cb5f148863a1a (diff)
Added module to build for aria-rest-server
Change-Id: Ifd4dc937ba4047fd2de98c9f96d3202a55199b21 Issue-ID: SO-362 Signed-off-by: DeWayne Filppi <dewayne@cloudify.co>
Diffstat (limited to 'aria')
-rw-r--r--aria/aria-rest-server/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/aria/aria-rest-server/pom.xml b/aria/aria-rest-server/pom.xml
index cf39f262e9..d7e4a49311 100644
--- a/aria/aria-rest-server/pom.xml
+++ b/aria/aria-rest-server/pom.xml
@@ -76,12 +76,12 @@
<configuration>
<executable>python</executable>
<arguments>
- <argument>${session.executionRootDirectory}/build.py</argument>
+ <argument>${project.basedir}/build.py</argument>
</arguments>
<environmentVariables>
<MVN_PHASE>package</MVN_PHASE>
<WHEEL_NAME>${wheel.name}</WHEEL_NAME>
- <INPUT_DIR>${session.executionRootDirectory}/src/main/python/aria-rest</INPUT_DIR>
+ <INPUT_DIR>${project.basedir}/src/main/python/aria-rest</INPUT_DIR>
<OUTPUT_DIR>${project.build.directory}</OUTPUT_DIR>
</environmentVariables>
</configuration>
@@ -93,7 +93,7 @@
<configuration>
<executable>python</executable>
<arguments>
- <argument>${session.executionRootDirectory}/build.py</argument>
+ <argument>${project.basedir}/build.py</argument>
</arguments>
<environmentVariables>
<MVN_PHASE>deploy</MVN_PHASE>