MVN

com.evolvedbinary.thirdparty.org.codehaus.mojo : keytool-maven-plugin

Maven & Gradle

May 22, 2021
0 stars

Keytool: Maven Plugin · A plugin that wraps the keytool program bundled with Sun's Java SDK. Allows to manipulate keystores.

<plugin>
    <groupId>com.evolvedbinary.thirdparty.org.codehaus.mojo</groupId>
    <artifactId>keytool-maven-plugin</artifactId>
    <version>1.6.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.evolvedbinary.thirdparty.org.codehaus.mojo : keytool-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.6.0

All Versions

Choose a version of com.evolvedbinary.thirdparty.org.codehaus.mojo : keytool-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.6.x
keytool-maven-plugin-1.6.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.evolvedbinary.thirdparty.org.codehaus.mojo</groupId>
    <artifactId>keytool-maven-plugin</artifactId>
    <version>1.6.0</version>
</plugin>