summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 7 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index d9254bf..30cd824 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,15 +40,17 @@
<build>
<!-- Copy files to docker-stage to be included in image -->
- <resources>
+ <resources>
<resource>
<targetPath>${basedir}/target/docker-stage</targetPath>
<directory>${basedir}/src/main/docker</directory>
- <includes>
- <include>*</include>
- </includes>
+ </resource>
+ <resource>
+ <directory>${basedir}/src/main/resources</directory>
</resource>
- </resources>
+
+
+ </resources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>