itconfiguration:cli-config

Full name:

org.apache.maven.its.plugins:maven-it-plugin-configuration:2.1-SNAPSHOT:cli-config

Description:

Dumps this mojo's configuration into a properties file.

Attributes:

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

Optional Parameters

Name Type Since Description
fileParam File - A simple parameter of type File.
User property is: config.fileParam.
fileParams File[] - An array parameter of component type File.
User property is: config.fileParams.
listParam List - A collection parameter of type List.
User property is: config.listParam.
propertiesFile File - The path to the properties file into which to save the mojo configuration.
User property is: config.propertiesFile.
setParam Set - A collection parameter of type Set.
User property is: config.setParam.
stringParam String - A simple parameter of type String.
User property is: config.stringParam.
stringParams String[] - An array parameter of component type String.
User property is: config.stringParams.

Parameter Details

fileParam:

A simple parameter of type File.
  • Type: java.io.File
  • Required: No
  • User Property: config.fileParam

fileParams:

An array parameter of component type File.
  • Type: java.io.File[]
  • Required: No
  • User Property: config.fileParams

listParam:

A collection parameter of type List.
  • Type: java.util.List
  • Required: No
  • User Property: config.listParam

propertiesFile:

The path to the properties file into which to save the mojo configuration.
  • Type: java.io.File
  • Required: No
  • User Property: config.propertiesFile

setParam:

A collection parameter of type Set.
  • Type: java.util.Set
  • Required: No
  • User Property: config.setParam

stringParam:

A simple parameter of type String.
  • Type: java.lang.String
  • Required: No
  • User Property: config.stringParam

stringParams:

An array parameter of component type String.
  • Type: java.lang.String[]
  • Required: No
  • User Property: config.stringParams