MVN

com.github.agogs : securekey-maven-plugin

Maven & Gradle

May 17, 2018
0 stars

This plugin is used to generate a AES key using sun.security.ssl.SecureKey which is then Base64 encoded during build time and store it in the file system. The "secret" to generate the key is passed as a parameter in the plugin configuration

<plugin>
    <groupId>com.github.agogs</groupId>
    <artifactId>securekey-maven-plugin</artifactId>
    <version>1.0.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.agogs : securekey-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of com.github.agogs : securekey-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
securekey-maven-plugin-1.0.2

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.github.agogs</groupId>
    <artifactId>securekey-maven-plugin</artifactId>
    <version>1.0.2</version>
</plugin>

Advertisement