readfiles:readfiles

Full name:

org.honton.chas:readfiles-maven-plugin:0.0.1:readfiles

Description:

Read files into maven properties. The contents of each file is read in full. The content is then assigned to a maven property of the same name.

Attributes:

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

Optional Parameters

Name Type Since Description
encoding String - Charset encoding of the source files. Defaults to UTF-8
Default value is: ${project.build.sourceEncoding}.
files File[] - List of files to read
prefix String - Prefix for the target properties
skip boolean - Skip executing this plugin
Default value is: false.
User property is: readfiles.skip.

Parameter Details

encoding:

Charset encoding of the source files. Defaults to UTF-8
  • Type: java.lang.String
  • Required: No
  • Default: ${project.build.sourceEncoding}

files:

List of files to read
  • Type: java.io.File[]
  • Required: No

prefix:

Prefix for the target properties
  • Type: java.lang.String
  • Required: No

skip:

Skip executing this plugin
  • Type: boolean
  • Required: No
  • User Property: readfiles.skip
  • Default: false