summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/pom.xml
diff options
context:
space:
mode:
authorJonathan Bauer2014-09-23 16:23:42 +0200
committerJonathan Bauer2014-09-23 16:23:42 +0200
commit8b4800d7e0758f468e1db53009d1c5b38155bb87 (patch)
tree1405ce29e499fbf6e6cbe26812ef223dc8de033b /dozentenmodul/pom.xml
parent[client] fix logger not writing in logfile (diff)
downloadtutor-module-8b4800d7e0758f468e1db53009d1c5b38155bb87.tar.gz
tutor-module-8b4800d7e0758f468e1db53009d1c5b38155bb87.tar.xz
tutor-module-8b4800d7e0758f468e1db53009d1c5b38155bb87.zip
[client] fix resources not beeing integrated in jar
no idead why this happened all of the sudden
Diffstat (limited to 'dozentenmodul/pom.xml')
-rw-r--r--dozentenmodul/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/dozentenmodul/pom.xml b/dozentenmodul/pom.xml
index da220c4a..f10f830f 100644
--- a/dozentenmodul/pom.xml
+++ b/dozentenmodul/pom.xml
@@ -100,6 +100,12 @@
</plugins>
<resources>
<resource>
+ <directory>src/main/resources</directory>
+ <includes>
+ <include>**</include>
+ </includes>
+ </resource>
+ <resource>
<directory>src/main/properties</directory>
<includes>
<include>**/*.properties</include>