itsetter:setter-touch
Full name:
org.apache.maven.its.plugins:maven-it-plugin-setter:2.1-SNAPSHOT:setter-touch
Description:
Mojo to check that attribute injection through setter method
(instead of direct parameter injection) works.
Attributes:
- Requires a Maven project to be executed.
Required Parameters
Name |
Type |
Since |
Description |
outputDirectoryValue |
String |
- |
(no description) Default value is: ${project.build.directory}.
|
Optional Parameters
Name |
Type |
Since |
Description |
bar |
String |
- |
(no description)
|
foo |
String |
- |
(no description)
|
Parameter Details
bar:
(no description)
- Type: java.lang.String
- Required: No
foo:
(no description)
- Type: java.lang.String
- Required: No
outputDirectoryValue:
(no description)
- Type: java.lang.String
- Required: Yes
- Default: ${project.build.directory}