MVN

edu.vt.middleware.maven.plugins : maven-crypt-plugin

Maven & Gradle

Sep 15, 2010

VT Crypt Maven Plugin · Maven plugin for the encryption and decryption of configuration properties

<plugin>
    <groupId>edu.vt.middleware.maven.plugins</groupId>
    <artifactId>maven-crypt-plugin</artifactId>
    <version>2.1.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of edu.vt.middleware.maven.plugins : maven-crypt-plugin to add to Maven - Latest Versions:

  • Latest Stable: 2.1.1

All Versions

Choose a version of edu.vt.middleware.maven.plugins : maven-crypt-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
2.1.x
maven-crypt-plugin-2.1.1

How to add a plugin to Maven

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

<plugin>
    <groupId>edu.vt.middleware.maven.plugins</groupId>
    <artifactId>maven-crypt-plugin</artifactId>
    <version>2.1.1</version>
</plugin>