itonline:touch

Full name:

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

Description:

Creates an empty file with a user-specified name. NOTE: This mojo requires online mode.

Attributes:

  • Requires a Maven project to be executed.
  • Binds by default to the lifecycle phase: validate.
  • Requires that Maven runs in online mode.

Optional Parameters

Name Type Since Description
outputFile File - The path to the output file.
Default value is: target/touch.txt.
User property is: touch.outputFile.

Parameter Details

outputFile:

The path to the output file.
  • Type: java.io.File
  • Required: No
  • User Property: touch.outputFile
  • Default: target/touch.txt