summaryrefslogtreecommitdiffstats
path: root/ccsdk-app-os/pom.xml
diff options
context:
space:
mode:
authorKotagiri, Ramprasad (rp5662) <rp5662@att.com>2019-04-08 23:19:29 -0400
committerKotagiri, Ramprasad (rp5662) <rp5662@att.com>2019-04-08 23:21:24 -0400
commita7f82864a237478cab07dbbbb227b933ceda32c6 (patch)
tree760dde4e42690eff40715ee374e6014ffbce5e03 /ccsdk-app-os/pom.xml
parenteef2f88f3e59bc4e107c37ca13c3a339b2d272b7 (diff)
copy war file in Docker image
Add build argument in POM to set the ARG used in Dockerfile. Issue-ID: CCSDK-1011 Change-Id: Ie8181b8bf19770e39a8358149a29e9bfc5ce1a86 Signed-off-by: Kotagiri, Ramprasad (rp5662) <rp5662@att.com>
Diffstat (limited to 'ccsdk-app-os/pom.xml')
-rw-r--r--ccsdk-app-os/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ccsdk-app-os/pom.xml b/ccsdk-app-os/pom.xml
index 242c682..1c8c5b0 100644
--- a/ccsdk-app-os/pom.xml
+++ b/ccsdk-app-os/pom.xml
@@ -38,6 +38,7 @@
<ccsdk.distribution.version>${project.version}</ccsdk.distribution.version>
<maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
<docker.verbose>true</docker.verbose>
+ <docker.buildArg.WAR_FILE>${project.build.finalName}.war</docker.buildArg.WAR_FILE>
</properties>