# maven-jarsigner **Repository Path**: mirrors_apache/maven-jarsigner ## Basic Information - **Project Name**: maven-jarsigner - **Description**: Apache Maven Jarsigner - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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