Full name:
org.apache.maven.plugins:maven-resources-plugin:2.3:resources
Description:
Attributes:
process-resources.| Name | Type | Since | Description |
|---|---|---|---|
| outputDirectory | File |
- |
The output directory into which to copy the resources. |
| Name | Type | Since | Description |
|---|---|---|---|
| encoding | String |
- |
The character encoding scheme to be applied when filtering
resources. Default value is: ${project.build.sourceEncoding}. |
| escapeString | String |
2.3 |
Expression preceded with the String won't be interpolated \${foo}
will be replaced with ${foo} |
| 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. |
| includeEmptyDirs | boolean |
2.3 |
Copy any empty directories included in the Ressources. Default value is: false. |
| nonFilteredFileExtensions | List |
2.3 |
Additionnal file extensions to not apply filtering (already defined
are : jpg, jpeg, gif, bmp, png) |
| overwrite | boolean |
2.3 |
Overwrite existing files even if the destination files are newer. Default value is: false. |
java.lang.StringNo${encoding}${project.build.sourceEncoding}java.lang.String2.3No${maven.resources.escapeString}java.util.ListNo${project.build.filters}boolean2.3No${maven.resources.includeEmptyDirs}falsejava.util.List2.3Nojava.io.FileYes${project.build.outputDirectory}boolean2.3No${maven.resources.overwrite}false