How can I add the javamail.providers in the META/INF dir in a signed jar?
Created May 4, 2012
Alex [missing] Have found it by myself.
make a Dir with the name META-INF and put the provider file in it.
then just:
jar -uf app.jar META-INF/javamail.providersthe signature will not been destroyed (plugin fell fine)