itlog-file:log-string
Full name:
org.apache.maven.its.plugins:maven-it-plugin-log-file:2.1-SNAPSHOT:log-string
Description:
Appends a string to the log file.
Attributes:
- Requires a Maven project to be executed.
- Binds by default to the lifecycle phase: initialize.
Optional Parameters
Name |
Type |
Since |
Description |
logFile |
File |
- |
The path to the output file, relative to the project's base
directory. User property is: log.logFile. |
string |
String |
- |
The string to append to the log file. User property is: log.string. |
Parameter Details
logFile:
The path to the output file, relative to the project's base
directory.
- Type: java.io.File
- Required: No
- User Property: log.logFile
string:
The string to append to the log file.
- Type: java.lang.String
- Required: No
- User Property: log.string