Fix docker profile default values 21/7321/1
authorJulienBe <jb379x@att.com>
Thu, 10 Aug 2017 16:35:07 +0000 (18:35 +0200)
committerJulienBe <jb379x@att.com>
Thu, 10 Aug 2017 16:35:07 +0000 (18:35 +0200)
skip tag and skip push were not overridden

Change-Id: I8dc5c760010823ae2d931b6de4f5032fc14ad723
Issue-id: CLAMP-38
Signed-off-by: JulienBe <jb379x@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index bb772c8..7cd9873 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                        <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>