The Apache Maven team is pleased to announce the release of the Apache Maven Shared Jarsigner, version 3.1.0
https://maven.apache.org/shared/maven-jarsigner/ You should specify the version in your project's dependencies configuration: <dependency> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-jarsigner</artifactId> <version>3.1.0</version> </dependency> You can download the appropriate sources etc. from the download page: https://maven.apache.org/shared/maven-jarsigner/download.cgi Release Notes - Maven Shared Components - Version maven-jarsigner-3.1.0 ** New Feature * [MSHARED-1344] - Support for tsapolicyid and tsadigestalg ** Improvement * [MSHARED-879] - make build Reproducible * [MSHARED-1346] - Move to JSR330 & JUnit 5 ** Task * [MSHARED-1423] - Refresh download page * [MSHARED-1424] - Code cleanups ** Dependency upgrade * [MSHARED-1257] - Require Java 8 * [MSHARED-1258] - Upgrade parent POM to version 41 * [MSHARED-1345] - Bump org.apache.maven.shared:maven-shared-utils from 3.2.1 to 3.4.2 * [MSHARED-1422] - Upgrade Parent to 43 Enjoy, -The Apache Maven team