summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorsu622b <su622b@att.com>2020-03-09 07:14:03 -0400
committersu622b <su622b@att.com>2020-03-09 07:16:43 -0400
commit96b4eae15f6e43154d47b1fc2442f1345f405c0b (patch)
treefce85c2804f007a5afbb2ed6c4b1dff734617a13 /pom.xml
parentd1118202d8eb04babd7fa1151a5d01d85c6e93dd (diff)
confluent based image
Issue-ID: DMAAP-1337 Change-Id: I242f13be3b36f0bc7fdbb5fcdb3f6ba7a92647cb Signed-off-by: su622b <su622b@att.com>
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>