Keytool API and Maven Plugin
This is a fork of: https://github.com/evolvedbinary/keytool
It just adds the facility for multiple -ext
arguments.
It is published under our 3rd-party groupId
namespace: com.evolvedbinary.thirdparty.*
.
For the Maven plugins you can use the coordinates:
<plugin>
<groupId>com.evolvedbinary.thirdparty.org.codehaus.mojo</groupId>
<artifactId>keytool-maven-plugin</artifactId>
<version>1.6.0</version>
</plugin>