Description
My application is a headless Eclipse installation with a pre-made workspace. When building with maven, the Eclipse configuration and workspace is set up in another module, and then an inline assembly copies everything needed into the target/..../build/maven subdirectory of the target. I can see that this works properly by inspecting the resulting structure. However, the generated docker-build.tar does not include a particular directory named .metadata which is a very important part the Eclipse workspace. I needed to set useDefaultExcludes to false in the assembly to get it copied in the first place, but for some reason docker-build.tar and hence the image does not include the .metadata directory. I've looked for a place to control this part of the process, but found nothing. What am I missing?