From 144e728aafccd81223cf9b7b15695644f43b21e5 Mon Sep 17 00:00:00 2001 From: Shakyan Kushwaha <32445019+anandamideShakyan@users.noreply.github.com> Date: Wed, 28 Aug 2024 16:14:12 +0530 Subject: [PATCH] Update pom.xml Added code to append environment.ts to application.properties --- pom.xml | 45 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1d30e2d..01fa72f 100644 --- a/pom.xml +++ b/pom.xml @@ -319,6 +319,49 @@ + + org.apache.maven.plugins + maven-antrun-plugin + 3.1.0 + + + process-resources + + run + + merge-properties + + + + concatenating properties file + ${target-properties} and + ${source-properties} + + + + + + + + + + process-resources + + run + + clean-property-files + + + + + + + + + + org.apache.maven.plugins maven-compiler-plugin @@ -404,4 +447,4 @@ - \ No newline at end of file +