aboutsummaryrefslogtreecommitdiff
path: root/src/main/assembly/distribution.xml
diff options
context:
space:
mode:
authorLuciano Resende <lresende@apache.org>2017-01-19 12:39:03 -0800
committerLuciano Resende <lresende@apache.org>2017-01-23 11:10:04 -0800
commit78920739e7f5c3e1ee6d6c4632e513aabf108eb2 (patch)
treee083c557ff6a77e78ff56980d2a31a9c5d4d68f1 /src/main/assembly/distribution.xml
parentf378b236663cef80a02215714e7b5590fdc8e26b (diff)
downloadtoree-gateway-78920739e7f5c3e1ee6d6c4632e513aabf108eb2.tar.gz
toree-gateway-78920739e7f5c3e1ee6d6c4632e513aabf108eb2.tar.bz2
toree-gateway-78920739e7f5c3e1ee6d6c4632e513aabf108eb2.zip
Lifecycle management for Toree Gateway
The lifecycle enables starting/stopping the remote Toree instance when a Notebook is started/stopped. This also includes other minor changes to support Python 3.5.x
Diffstat (limited to 'src/main/assembly/distribution.xml')
-rw-r--r--src/main/assembly/distribution.xml17
1 files changed, 15 insertions, 2 deletions
diff --git a/src/main/assembly/distribution.xml b/src/main/assembly/distribution.xml
index 11b3429..6d2bde8 100644
--- a/src/main/assembly/distribution.xml
+++ b/src/main/assembly/distribution.xml
@@ -45,10 +45,23 @@
<directory>python</directory>
<outputDirectory>python</outputDirectory>
<includes>
- <include>setup.py</include>
- <include>toree-gateway-kernel.py</include>
+ <include>*.py</include>
</includes>
</fileSet>
+ <fileSet>
+ <directory>src/main/resources</directory>
+ <outputDirectory>conf</outputDirectory>
+ <includes>
+ <include>*.template</include>
+ </includes>
+ </fileSet>
+ <fileSet>
+ <directory>src/main/resources/profiles</directory>
+ <outputDirectory>profiles</outputDirectory>
+ <excludes>
+ <exclude>*template</exclude>
+ </excludes>
+ </fileSet>
</fileSets>
<files>