summaryrefslogtreecommitdiffstats
path: root/daemon/pom.xml
diff options
context:
space:
mode:
authorManuel Bentele2021-12-16 12:58:44 +0100
committerManuel Bentele2021-12-16 12:58:44 +0100
commit96b0f232f1fcb4b48a72dbe96f01270a09d4cf70 (patch)
treeb22ee34dd249424e4c77cebf8c40d30bf5788d44 /daemon/pom.xml
parent[api] Update version of gson dependency (diff)
downloadtaskman-lite-96b0f232f1fcb4b48a72dbe96f01270a09d4cf70.tar.gz
taskman-lite-96b0f232f1fcb4b48a72dbe96f01270a09d4cf70.tar.xz
taskman-lite-96b0f232f1fcb4b48a72dbe96f01270a09d4cf70.zip
[daemon] Add log4j2 configuration for proper logging levels
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>