itfork:fork

Full name:

org.apache.maven.its.plugins:maven-it-plugin-fork:2.1-SNAPSHOT:fork

Description:

(no description)

Attributes:

  • Requires a Maven project to be executed.
  • Invokes the execution of the lifecycle phase generate-sources prior to executing itself.
  • Executes in its own lifecycle: foo.

Optional Parameters

Name Type Since Description
executedProject MavenProject - (no description)
Default value is: ${executedProject}.
project MavenProject - (no description)
Default value is: ${project}.
touchDirectory File - (no description)
Default value is: ${project.build.directory}.

Parameter Details

executedProject:

(no description)
  • Type: org.apache.maven.project.MavenProject
  • Required: No
  • Default: ${executedProject}

project:

(no description)
  • Type: org.apache.maven.project.MavenProject
  • Required: No
  • Default: ${project}

touchDirectory:

(no description)
  • Type: java.io.File
  • Required: No
  • Default: ${project.build.directory}