Hi,

while creating a Karaf assembly using the "karaf-assembly" Maven goal I would 
like to overwrite standard Karaf files (e.g. in bin or etc) with custom ones 
provided by project resources (i.e. src/main/resources). The current behavior 
(for ZIP and TAR) is that files with the same name both end up in the archive, 
i.e. it seems it is currently not possible to actually replace assembly files 
with project resources or the other way around.
There is one possible work-around using Maven resource plug-in to overwrite the 
files in assembly folder before karaf:instance-create-archive goal is invoked 
but that requires to move the files into a non-standard resource folder. Would 
be great to keep the default maven mechanisms in combination with Karaf plug-in.

Any recommendations how solve this?
Thanks
Jörg

Reply via email to