Hi Folks (especially Peter),
I have written a Plugin that takes the final jar and that does something similar to the JarsignerTool Plugin (running an external Program on the jar and merges the delta in Files and Manifest entries back). It works fine, but right now I register it as a SignerPlugin and use -sign
as a trigger.
Do we have any other mechanism for that I can use? It first of all feels wrong and secondly collides potentially with any real jar signer configuration.
Suggestions?