summaryrefslogtreecommitdiffstats
path: root/daemon/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/pom.xml')
-rw-r--r--daemon/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/daemon/pom.xml b/daemon/pom.xml
index 0412f3e..6253441 100644
--- a/daemon/pom.xml
+++ b/daemon/pom.xml
@@ -49,6 +49,14 @@
</configuration>
</plugin>
</plugins>
+ <resources>
+ <resource>
+ <directory>src/main/properties</directory>
+ <includes>
+ <include>*.properties</include>
+ </includes>
+ </resource>
+ </resources>
</build>
<dependencies>