properties:decryptall

Full name:

org.kuali.maven.plugins:properties-maven-plugin:2.0.0:decryptall

Description:

Inspect project and system properties for any keys ending with endsWith. Any matching properties are assumed to be encrypted. They are decrypted and stored as project properties minus the endsWith suffix. For example, the value for the property "dba.password.encrypted" will be decrypted and stored as "dba.password"

Attributes:

  • Requires a Maven project to be executed.

Required Parameters

Name Type Since Description
endsWith String - The pattern for matching properties in need of decryption
Default value is: .encrypted.
User property is: properties.endsWith.
password String - The password for decrypting property values. This same password must have been used to encrypt them.
User property is: properties.password.

Parameter Details

endsWith:

The pattern for matching properties in need of decryption
  • Type: java.lang.String
  • Required: Yes
  • User Property: properties.endsWith
  • Default: .encrypted

password:

The password for decrypting property values. This same password must have been used to encrypt them.
  • Type: java.lang.String
  • Required: Yes
  • User Property: properties.password