properties:decryptall

Full name:

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

Description:

Any system, environment, or Maven properties ending with .encrypted are decrypted and stored as Maven properties under a new property key with the .encrypted suffix trimmed off.

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