dockerfile-maven icon indicating copy to clipboard operation
dockerfile-maven copied to clipboard

How to building Docker Image in Maven Project of multi-module

Open waltli opened this issue 5 years ago • 2 comments

project structure: --parent ----subA ------pom.xml ----subB ------pom.xml ----pom.xml

How config above project with dockerfile-maven-plugin to building Docker Image?

waltli avatar Dec 01 '20 02:12 waltli

At least from my point of view, this involves adding the plugin to the pom that builds the jar you're actually interested in running. So I guess it would depend on what the current output of your project is?

ddowling-act avatar May 13 '21 14:05 ddowling-act

我也想知道,如何在多模块项目构建docker镜像,并推送到制定仓库

shuiyihan12 avatar Nov 25 '21 08:11 shuiyihan12