aboutsummaryrefslogtreecommitdiff
path: root/repl
diff options
context:
space:
mode:
authorThomas Dudziak <tomdzk@gmail.com>2012-11-20 16:19:03 -0800
committerThomas Dudziak <tomdzk@gmail.com>2012-11-20 16:19:56 -0800
commit24e1e425cd15352a892aab1bec2bfac6bbc6cac2 (patch)
tree78ecac28eeae80dfcbbb534c4d0b450e4ce63602 /repl
parent811a32257b1b59b042a2871eede6ee39d9e8a137 (diff)
downloadspark-24e1e425cd15352a892aab1bec2bfac6bbc6cac2.tar.gz
spark-24e1e425cd15352a892aab1bec2bfac6bbc6cac2.tar.bz2
spark-24e1e425cd15352a892aab1bec2bfac6bbc6cac2.zip
Include the configuration templates in the debian package
Diffstat (limited to 'repl')
-rw-r--r--repl/pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/repl/pom.xml b/repl/pom.xml
index 1c5cb2c7fb..b6f0eed694 100644
--- a/repl/pom.xml
+++ b/repl/pom.xml
@@ -268,6 +268,17 @@
<filemode>744</filemode>
</mapper>
</data>
+ <data>
+ <src>${basedir}/../conf</src>
+ <type>directory</type>
+ <mapper>
+ <type>perm</type>
+ <user>${deb.user}</user>
+ <group>${deb.user}</group>
+ <prefix>${deb.install.path}/conf</prefix>
+ <filemode>744</filemode>
+ </mapper>
+ </data>
</dataSet>
</configuration>
</execution>