I create a "fat jar" using the maven shade plugin (version 2.4.3).
I want to merge the manifest sections from several jar's into the MANIFEST.MF file of the target (fat) jar. IFAIK this is not possible.
Second try is to add the needed manifest sections manually, using org.apache.maven.plugins.shade.resource.ManifestResourceTransformer
. However, i cannot get this working neither.
Any suggestions?
UPDATE
I only want to aggregate (or add) the attribute sections or per-entry attributes.