itfork:touch
Full name:
org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:touch
Description:
(no description)
Attributes:
- Requires a Maven project to be executed.
- Binds by default to the lifecycle phase: process-sources.
Required Parameters
Name |
Type |
Since |
Description |
outputDirectory |
File |
- |
(no description) Default value is: ${project.build.directory}.
|
Optional Parameters
Name |
Type |
Since |
Description |
project |
MavenProject |
- |
(no description) Default value is: ${project}.
|
Parameter Details
outputDirectory:
(no description)
- Type: java.io.File
- Required: Yes
- Default: ${project.build.directory}
project:
(no description)
- Type: org.apache.maven.project.MavenProject
- Required: No
- Default: ${project}