aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJulienBe <jb379x@att.com>2017-08-10 18:35:07 +0200
committerJulienBe <jb379x@att.com>2017-08-10 18:35:07 +0200
commitd5d079cc1966ddb4274ef8d2d059b5780828d79e (patch)
tree2a15a9220e226ef379a035384198d0dfae6bc350 /pom.xml
parent3c529b9281fb67ffc550543bdc7d79daefa85fb2 (diff)
Fix docker profile default values
skip tag and skip push were not overridden Change-Id: I8dc5c760010823ae2d931b6de4f5032fc14ad723 Issue-id: CLAMP-38 Signed-off-by: JulienBe <jb379x@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index bb772c84..7cd98735 100644
--- a/pom.xml
+++ b/pom.xml
@@ -786,6 +786,8 @@
<properties>
<skip.staging.artifacts>true</skip.staging.artifacts>
<skip.docker.build>false</skip.docker.build>
+ <skip.docker.tag>false</skip.docker.tag>
+ <skip.docker.push>false</skip.docker.push>
</properties>
</profile>
</profiles>