enc:conceal

Full name:

org.kuali.maven.plugins:enc-maven-plugin:1.0.1-SNAPSHOT:conceal

Description:

Conceal the specified text. Do NOT use this in an attempt to obscure sensitive data. (eg passwords). The algorithm is trivial and highly insecure. It will only defeat people in sales and marketing :)

Attributes:

  • Requires a Maven project to be executed.
  • The goal is thread-safe and supports parallel builds.
  • Invokes the execution of this plugin's goal conceal prior to executing itself.

Required Parameters

Name Type Since Description
text String - The text to conceal
User property is: enc.text.

Parameter Details

text:

The text to conceal
  • Type: java.lang.String
  • Required: Yes
  • User Property: enc.text