summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2020-06-16 21:08:30 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2020-06-16 21:08:30 +0200
commite2d42e9f2919cb483f26e1c8dc2427c8ea0f0c79 (patch)
tree1ad8ad0bc0a43bcdc54efd697b140462382094dc /build.xml
parent1b6d401f0538840efa406a035a686b4ffd1aa541 (diff)
POM: Do not build and push container image by default.
Change-Id: I508f1ab70a1d9e1c82acb81a94b9ab2787153dad
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 30b0d5c..ffa6512 100644
--- a/build.xml
+++ b/build.xml
@@ -88,6 +88,7 @@
<target name="deploy" description="Deploy JAR to Kubernetes">
<exec executable="./mvnw">
<arg value="package"/>
+ <arg value="-Dquarkus.container-image.build=true"/>
<arg value="-Dquarkus.container-image.push=true"/>
</exec>
<exec executable="kubectl">