MVN

com.amadeus : amadeus-keytool-plugin

Maven & Gradle

Jun 12, 2024
2 stars

Amadeus Keytool Maven Plugin · Allows maven projects to build keystores with multiple keys.

<plugin>
    <groupId>com.amadeus</groupId>
    <artifactId>amadeus-keytool-plugin</artifactId>
    <version>0.1.5</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.amadeus : amadeus-keytool-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.1.5

All Versions

Choose a version of com.amadeus : amadeus-keytool-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1.x
amadeus-keytool-plugin-0.1.5
amadeus-keytool-plugin-0.1.4

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.amadeus</groupId>
    <artifactId>amadeus-keytool-plugin</artifactId>
    <version>0.1.5</version>
</plugin>