diff options
author | JulienBe <jb379x@att.com> | 2017-08-10 18:35:07 +0200 |
---|---|---|
committer | JulienBe <jb379x@att.com> | 2017-08-10 18:35:07 +0200 |
commit | d5d079cc1966ddb4274ef8d2d059b5780828d79e (patch) | |
tree | 2a15a9220e226ef379a035384198d0dfae6bc350 /pom.xml | |
parent | 3c529b9281fb67ffc550543bdc7d79daefa85fb2 (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.xml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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> |