Copy resources for the test source code to the test output directory.
Mojo Attributes:
process-test-resources| Name | Type | Description |
|---|---|---|
| outputDirectory | String |
The output directory into which to copy the resources. |
| resources | List |
The list of resources we want to transfer. |
| Name | Type | Description |
|---|---|---|
| encoding | String |
The character encoding scheme to be applied. |
| filters | List |
The list of additional key-value pairs aside from that of the System, and that of the project, which would be used for the filtering. |
The character encoding scheme to be applied.
java.lang.StringNojava.util.ListNo${project.build.filters}java.lang.StringYes${project.build.testOutputDirectory}java.util.ListYes${project.testResources}