Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/apache/maven-jarsigner
- Owner: apache
- Created: 2017-12-07T18:17:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-19T04:45:35.000Z (about 2 months ago)
- Last Synced: 2024-10-01T01:20:54.355Z (about 1 month ago)
- Topics: build-management, java, maven, maven-shared
- Language: Java
- Homepage: https://maven.apache.org/shared/maven-jarsigner/
- Size: 271 KB
- Stars: 4
- Watchers: 24
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.TXT
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