From a088960969f4d54e39cd83c8e24565301b6c7d67 Mon Sep 17 00:00:00 2001 From: Prudence Au Date: Mon, 29 Oct 2018 16:43:13 -0400 Subject: Add missing config files to the docker image Change-Id: I64e367ae2453fd3fe63ca582880d47bf2d29b06d Signed-off-by: Prudence Au Issue-ID: LOG-421 --- pom.xml | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) diff --git a/pom.xml b/pom.xml index 92abce0..801add4 100644 --- a/pom.xml +++ b/pom.xml @@ -335,6 +335,63 @@ limitations under the License. + + copy-properties-dynamic-conf-directory + + copy-resources + + package + + ${project.basedir}/target/docker-stage/config/dynamic/conf + + + config/dynamic/conf + + *.xml + + false + + + + + + copy-properties-dynamic-routes-directory + + copy-resources + + package + + ${project.basedir}/target/docker-stage/config/dynamic/routes + + + config/dynamic/routes + + *.route + + false + + + + + + copy-properties-rules-directory + + copy-resources + + package + + ${project.basedir}/target/docker-stage/config/rules + + + config/rules + + *.drl + + false + + + + copy-script -- cgit 1.2.3-korg