Copy resources for the main source code to the main output directory.
Mojo Attributes:
process-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.outputDirectory}java.util.ListYes${project.resources}