bnd icon indicating copy to clipboard operation
bnd copied to clipboard

Includeresource duplicate strategy to append to existing file when unrolling jar

Open chrisrueger opened this issue 4 months ago • 6 comments

Closes #6325

Adds a duplicate strategy to -includeresource (similar to :flatten or :rename)

duplicates:=APPEND

@${repo;org.apache.xmlgraphics:fop-core;latest}!/META-INF/services/*
@${repo;org.apache.xmlgraphics:xmlgraphics-commons;latest}!/META-INF/services/*;:duplicates:=APPEND

@pkriens This is a first draft based on our discussion last week.

chrisrueger avatar Oct 13 '24 17:10 chrisrueger