From 24e1e425cd15352a892aab1bec2bfac6bbc6cac2 Mon Sep 17 00:00:00 2001
From: Thomas Dudziak <tomdzk@gmail.com>
Date: Tue, 20 Nov 2012 16:19:03 -0800
Subject: [PATCH] Include the configuration templates in the debian package

---
 repl/pom.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)

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>
-- 
GitLab