Full name:
com.github.mkolisnyk:aerial-maven-plugin:0.0.2:generate
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
destination | String | 0.0.1 | Identifies output location depending on
AerialMavenGeneratorPlugin.outputType. For FILE it
indicates output directory. User property is: aerial.output.destination. |
source | String | 0.0.1 | Identifies the actual source to get data from. Depending on
AerialMavenGeneratorPlugin.inputType parameter value
it can be:
User property is: aerial.input.source. |
Name | Type | Since | Description |
---|---|---|---|
inputType | AerialSourceType | 0.0.1 | Identifies input type to use for source data. Available values are:
FILE, JIRA, STRING, CUSTOM. Default value is: FILE. User property is: aerial.input.type. |
namedParams | Map | 0.0.1 | Some sources require additional information to be passed in
addition to input and output locations. E.g. JIRA source
additionally requires user name, password and field name. Some
other sources may require something else. Main feature is that this
field contain parameters with known name. |
outputType | AerialSourceType | 0.0.1 | Identifies output type to use for generated data. Available values
are: FILE, CUSTOM. Default value is: FILE. User property is: aerial.output.type. |
valueParams | List | 0.0.1 | Contains the list of additional values passed with the input
sources. Mainly they contain some search filters or input strings
which can be passed in big quantity and processed uniformly. E.g. :
|