<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">I’m using&nbsp;com.spotify:docker-maven-plugin (<a href="https://github.com/spotify/docker-maven-plugin" class="">https://github.com/spotify/docker-maven-plugin</a>) in a project other than Hawkular, and I think it works quite well. Yes, it is easier to use if you build an assembly with the layout, and then simply ADD the archive via the Dockerfile. (Recall that ADD will extract the contents of a ZIP or TAR archive, whereas COPY just copies files.) The Maven plugin can easily build the image, register it locally, and optionally push to DockerHub.<div class=""><br class=""><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Apr 17, 2015, at 5:44 PM, Matt Wringe &lt;<a href="mailto:mwringe@redhat.com" class="">mwringe@redhat.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class="">The docker images are not created and deployed to a docker registry as <br class="">part of the build, it will just create a folder where you can run the <br class="">docker build from. None of the maven docker plugins I looked at seemed <br class="">to really work properly, so its still a manual process to do the build <br class="">(and push to a registry). Its something which needs to be improved.<br class=""></div></blockquote></div><br class=""></div></div></body></html>