aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>