Full name:
org.apache.maven.its.plugins:maven-it-plugin-configuration:2.1-SNAPSHOT:custom-config
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
customParam | String | - | A parameter being set only by the custom configurator as a proof of
its execution. |
defaultParam | String | - | A parameter with a constant default value. Note: This has
intentionally a different default value than the equally named
parameter from ConfigMojo. Default value is: test. |
fileParam | File | - | A simple parameter of type File. User property is: config.fileParam. |
fileParams | File[] | - | An array parameter of component type File. |
listParam | List | - | A collection parameter of type List. |
mapParam | Map | - | A collection parameter of type Map. |
propertiesFile | File | - | The path to the properties file into which to save the mojo
configuration. User property is: config.propertiesFile. |
propertiesParam | Properties | - | A collection parameter of type Properties. |
setParam | Set | - | A collection parameter of type Set. |
stringParam | String | - | A simple parameter of type String. User property is: config.stringParam. |
stringParams | String[] | - | An array parameter of component type String. |