Full name:
org.codehaus.mojo.javascript:javascript-maven-plugin:1.1-softec:war-compress
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
localRepository | ArtifactRepository | - | The local repository |
webappDirectory | File | - | The directory where the webapp is built. |
Name | Type | Since | Description |
---|---|---|---|
classifier | String | - | classifier for the compressed artifact. If not set, compressed
script will replace uncompressed ones, and will apply without any
change in HTML/JSP. |
compressor | String | - | The compressor to used. Either "shrinksafe", "yahooui" or "jsmin"
for default compressor, or a custom one provided as an artifact in
repo org.codehaus.mojo.javascript:[xxx]-compressor. Default value is: jsmin. |
excludes | String[] | - | Exclusion patterns |
includes | String[] | - | Inclusion patterns |
languageVersion | int | - | JS Language version (130 for JS 1.3) Default value is: 130. |
optimizationLevel | int | - | Optimization level, from 0 to 9 Default value is: 9. |
remoteRepositories | List | - | The remote repositories declared in the pom. |
scripts | String | - | Folder in webapp containing javascripts Default value is: scripts. |
skipStats | boolean | - | Don't display compression stats |
strip | String | - | A special token to recognize lines to be removed from scripts
(debugging code). |
strips | String[] | - | A list of special token to recognize lines to be removed from
scripts (debugging code). |