itlog-file:log-separator
Full name:
org.apache.maven.its.plugins:maven-it-plugin-log-file:2.1-SNAPSHOT:log-separator
Description:
Appends a separator line 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 |
length |
int |
- |
The length of the separator line. Default value is: 80. User property is: log.length. |
logFile |
File |
- |
The path to the output file, relative to the project's base
directory. User property is: log.logFile. |
Parameter Details
length:
The length of the separator line.
- Type: int
- Required: No
- User Property: log.length
- Default: 80
logFile:
The path to the output file, relative to the project's base
directory.
- Type: java.io.File
- Required: No
- User Property: log.logFile