com.evolvedbinary.thirdparty.org.codehaus.mojo:keytool-api-1.5

A component to assist in using keytool application


License
Apache-2.0

Documentation

Keytool API and Maven Plugin

Build Status License Maven Central

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>