properties:encrypt

Full name:

org.kuali.maven.plugins:properties-maven-plugin:2.0.1:encrypt

Description:

Generate encrypted values for the specified system or project properties.

Attributes:

  • Requires a Maven project to be executed.

Required Parameters

Name Type Since Description
password String - The password for encrypting property values. This same password can be used to to decrypt the encrypted values.
User property is: properties.password.
properties String[] - The list of properties containing values to encrypt

Parameter Details

password:

The password for encrypting property values. This same password can be used to to decrypt the encrypted values.
  • Type: java.lang.String
  • Required: Yes
  • User Property: properties.password

properties:

The list of properties containing values to encrypt
  • Type: java.lang.String[]
  • Required: Yes