Search code examples
javamavenjapplet

Sign dependencies with maven


I need to sign the project dependencies using maven. I'm working on an applet and managed to sign the main jar but my dependencies are not signed at the moment.


Solution

  • What about the jarsigner plugin?