Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/apache/maven-jarsigner

Apache Maven Jarsigner
https://github.com/apache/maven-jarsigner

build-management java maven maven-shared

Last synced: 30 days ago
JSON representation

Apache Maven Jarsigner

Awesome Lists containing this project

README

        

Creating a keystore file.
If validity is out, use the following cli to regenerate a keystore:
rm src/test/keystore
keytool -genkeypair -alias foo_alias -keystore src/test/keystore -keypass key-passwd -validity 999 -storepass changeit