recode:list

Full name:

de.smartics.maven.plugin:recode-maven-plugin:0.1.5:list

Description:

Lists supported encodings of the platform.

Attributes:

  • Requires a Maven 2.0 project to be executed.
  • Binds by default to the lifecycle phase: initialize.

Optional Parameters

Name Type Since Description
compact boolean 1.0 A simple flag to request a compact (true) representation of the supported encodings (only separated by a space) or a pretty-printed (false) representation with each encoding on a new line, prefixed by a space.

If set on the command line use -Drecode.compact.


Default value is: false.
skip boolean 1.0 A simple flag to skip recoding. If set on the command line use -Drecode.skip.
Default value is: false.

Parameter Details

compact:

A simple flag to request a compact ( true) representation of the supported encodings (only separated by a space) or a pretty-printed ( false) representation with each encoding on a new line, prefixed by a space.

If set on the command line use -Drecode.compact.

  • Type: boolean
  • Since: 1.0
  • Required: No
  • Expression: ${recode.compact}
  • Default: false

skip:

A simple flag to skip recoding. If set on the command line use -Drecode.skip.
  • Type: boolean
  • Since: 1.0
  • Required: No
  • Expression: ${recode.skip}
  • Default: false