Full name:
org.richfaces.cdk:maven-richfaces-resources-plugin:4.3.1.Final:process
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
resourcesOutputDir | String | - | Output directory for processed resources |
skins | String[] | - | The list of RichFaces skins to be processed |
staticResourceMappingFile | String | - | Output file for resource mapping configuration |
Name | Type | Since | Description |
---|---|---|---|
compress | boolean | - | Turns on compression with YUI Compressor (JavaScript/CSS
compression) |
encoding | String | - | The encoding used for resource processing Default value is: ${project.build.sourceEncoding}. |
excludedContentTypes | List | - | The list of mime-types to be excluded in processing |
excludedFiles | List | - | List of excluded files |
fileNameMappings | FileNameMapping[] | - | Mapping of file names to output file names |
includedContentTypes | List | - | The list of mime-types to be included in processing |
includedFiles | List | - | List of included files. |
pack | boolean | - | Turns on packing of JavaScript/CSS resources |
processMode | ProcessMode | - | (no description) |
staticResourcePrefix | String | - | Configures what prefix should be placed to each file before the
library and name of the resource |
webRoot | String | - | The expression determines the root of the webapp resources Default value is: ${basedir}/src/main/webapp. |
pack: