mvn -v) : Apache Maven 3.6.0
Kubernetes / Red Hat OpenShift setup and version : minikube version: v1.11.0
If it's a bug, how to reproduce :
Adding Assembly pom.xml when using Dockerfile and contextDir has no effect. All files specified are ignored. Only the directories and files of the contextDir are copied into target/docker/${container-name}/${container-tag}/build/${assembly-name}.
The result is that the following does not contain any files specified in the
mvn clean package -e -X k8s:build -Pcontext-and-assemblyPR https://github.com/eclipse/jkube/pull/352 submitted.
Most helpful comment
PR https://github.com/eclipse/jkube/pull/352 submitted.