Full name:
org.apache.maven.its.plugins:maven-it-plugin-configuration:2.1-SNAPSHOT:config
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| aliasDefaultExpressionParam | String | - | A parameter that combines all of the annotations. Default value is: test. User property is: config.aliasDefaultExpressionParam. |
| aliasParam | String | - | A parameter with an alias. |
| aliasStringParams | String[] | - | A complex parameter with an alias. |
| beanParam | Bean | - | A complex parameter of type Bean. |
| booleanParam | Boolean | - | A simple parameter of type Boolean. User property is: config.booleanParam. |
| byteParam | Byte | - | A simple parameter of type Byte. User property is: config.byteParam. |
| characterParam | Character | - | A simple parameter of type Character. User property is: config.characterParam. |
| dateParam | Date | - | A simple parameter of type Date. User property is: config.dateParam. |
| defaultParam | String | - | A parameter with a constant default value. Default value is: maven-core-it. |
| defaultParamWithExpression | String | - | A parameter with a default value using multiple expressions. Default value is: ${project.groupId}:${project.artifactId}:${project.version}. |
| domParam | PlexusConfiguration | - | A raw DOM snippet. |
| doubleParam | Double | - | A simple parameter of type Double. User property is: config.doubleParam. |
| fileParam | File | - | A simple parameter of type File. User property is: config.fileParam. |
| fileParams | File[] | - | An array parameter of component type File. |
| floatParam | Float | - | A simple parameter of type Float. User property is: config.floatParam. |
| integerParam | Integer | - | A simple parameter of type Integer. User property is: config.intergerParam. |
| listParam | List | - | A collection parameter of type List. |
| longParam | Long | - | A simple parameter of type Long. User property is: config.longParam. |
| mapParam | Map | - | A collection parameter of type Map. |
| primitiveBooleanParam | boolean | - | A simple parameter of type Boolean.TYPE. User property is: config.primitiveBooleanParam. |
| primitiveIntegerParam | int | - | A simple parameter of type Integer.TYPE. User property is: config.primitiveIntegerParam. |
| 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. |
| shortParam | Short | - | A simple parameter of type Short. User property is: config.shortParam. |
| stringParam | String | - | A simple parameter of type String. User property is: config.stringParam. |
| stringParams | String[] | - | An array parameter of component type String. |
| uriParam | URI | - | A simple parameter of type URI (requires Maven 3.x). |
| urlParam | URL | - | A simple parameter of type URL. User property is: config.urlParam. |