resources:resources
Full name:
org.apache.maven.plugins:maven-resources-plugin:0.1-stub-SNAPSHOT:resources
Description:
Creates a text file in the project base directory.
Attributes:
- Requires a Maven project to be executed.
- Binds by default to the lifecycle phase: process-resources.
Optional Parameters
Name |
Type |
Since |
Description |
message |
String |
- |
An optional message line to write to the output file (using UTF-8
encoding). If given, the output file will be opened in append mode.
|
pathname |
String |
- |
The path to the output file, relative to the project base directory
directory.
|
Parameter Details
message:
An optional message line to write to the output file (using UTF-8
encoding). If given, the output file will be opened in append mode.
- Type: java.lang.String
- Required: No
pathname:
The path to the output file, relative to the project base directory
directory.
- Type: java.lang.String
- Required: No