I had a question that I don't think anyone has asked yet and doesn't appear to be covered in the documentation for the new 3.0.0 functionality. I've been using the new karaf-maven-plugin functionality to build a custom Karaf distribution and I really enjoy the simplicity of it. Only ran into a hiccup or two with the maven aether stuff but worked around it
Anyhow, I was wondering if there is a way to customize any of the files in the etc files when the distribution is being built. Do you have to make a kar file with the resources to do it? Does it merge or override the target file? By studying the old dist method, I managed to get the karaf-assembly goal to product a distribution with my file and the file I want to modify, which results in the annoying duplicate file message when unzipping.Is duplicate file overwrite method. Is there a way to do this correctly? Trying to add the branding config to custom.properties. I was able to get the jar into the lib directory,,,, Thanks for any help!! Ryan
