I have an EAR file built with maven. The EAR contains several jars and I need to add a line in the manifest file for just one of these jars. I know of the maven-jar-plugin optio
I think can you look at the maven-shade-plugin and use the ManifestResourceTransformer to change the manifest for the jar.