Full name:
org.codehaus.mojo.javascript:javascript-maven-plugin:1.1-softec:titanium-prepare-package
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
localRepository | ArtifactRepository | - | The local repository |
platform | String | - | The platform for which the code should be compiled. android,
iphone, ipad, universal |
Name | Type | Since | Description |
---|---|---|---|
compressedDirectory | File | - | The output directory of the compressed javascript files. Default value is: ${project.build.outputDirectory}. |
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 |
executeMode | String | - | The package execution mode. Allow the execution of the package on an emulator/device. Values are:
Default value is: none. |
forceCompress | boolean | - | Force compression even if not in "none" executeMode. Default value is: false. |
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. |
scriptClassifier | String | - | optional extension for the compressed artifact. Example
"compressed" |
scriptsDir | String | - | The name of the script directory.
This parameter is optional it defaults to platform-scripts |
scriptsDirectory | File | - | The intput directory for the source javascript files. Default value is: ${project.build.outputDirectory}. |
skipStats | boolean | - | Don't display compression stats |
strip | String | - | A special token to recognize lines to be removed from scripts
(debugging code). |
strippedDirName | String | - | The name of the stripped directory.
This parameter is optional, it defaults to platform-stripped |
strippedDirectory | File | - | The output directory of the compressed javascript files. Default value is: ${project.build.directory}/stripped. |
strips | String[] | - | A list of special token to recognize lines to be removed from
scripts (debugging code). |
The package execution mode.
Allow the execution of the package on an emulator/device.
Values are:
This parameter is optional it defaults to platform-scripts
This parameter is optional, it defaults to platform-stripped