Full name:
org.jszip.maven:jszip-maven-plugin:0.1-alpha-9:compile-less
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
warSourceDirectory | File | 21/12/2012 15:02 | Single directory for extra files to include in the WAR. Default value is: ${basedir}/src/main/webapp. |
webappDirectory | File | 21/12/2012 15:02 | The directory where the webapp is built. Default value is: ${project.build.directory}/${project.build.finalName}. |
Name | Type | Since | Description |
---|---|---|---|
customLessScript | File | 21/12/2012 15:02 | Directory containing the less processor. Default value is: src/build/js/less-rhino.js. |
encoding | String | 21/12/2012 15:02 | The character encoding scheme to be applied when reading LESS
files. Default value is: ${project.build.sourceEncoding}. |
lessCompress | boolean | 21/12/2012 15:02 | Compress CSS. Default value is: true. User property is: jszip.less.compress. |
lessExcludes | List | 21/12/2012 15:02 | A list of <exclude> elements specifying the less files (by
pattern) that should be excluded from processing. |
lessFailOnError | boolean | 21/12/2012 15:02 | Indicates whether the build will continue even if there are
compilation errors. Default value is: true. User property is: jszip.less.failOnError. |
lessForceIfOlder | boolean | 21/12/2012 15:02 | Force compilation even if the source LESS file is older than the
destination CSS file. Default value is: false. User property is: jszip.less.forceIfOlder. |
lessIncludes | List | 21/12/2012 15:02 | A list of <include> elements specifying the less files (by
pattern) that should be included in processing. |
lessSkip | boolean | 21/12/2012 15:02 | Skip compilation. Default value is: false. User property is: jszip.less.skip. |
mappings | Mapping[] | 21/12/2012 15:02 | The artifact path mappings for unpacking. User property is: mappings. |
showErrorExtracts | boolean | 21/12/2012 15:02 | Indicates whether to show extracts of the code where errors occur. Default value is: false. User property is: jszip.less.showErrorExtracts. |