You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maven build system allows signing the jar files using maven jarsigner plugin. This plugin uses JDK jarsigner utility to sign the jar file with the locally available keystore. See following for details.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Maven build system allows signing the jar files using maven jarsigner plugin. This plugin uses JDK jarsigner utility to sign the jar file with the locally available keystore. See following for details.
https://maven.apache.org/plugins/maven-jarsigner-plugin/sign-mojo.html
Is there any similar support or maven plugin available for signing the jar files in maven based build system using signserver?
Beta Was this translation helpful? Give feedback.
All reactions