Full name:
org.codehaus.mojo.javascript:javascript-maven-plugin:1.1-softec:titanium-jasmine
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
platform | String | - | The platform for which the code should be packaged. Supported platforms are:
|
titaniumVersion | String | - | The titanium SDK version to use. |
Name | Type | Since | Description |
---|---|---|---|
androidAPI | String | - | The version of the platform for which the code should be compiled. This is the version of the library to use to compile the application. It's possible to specify another android API for the android virtual device. See VirtualDevice.androidAPI. |
executeMode | String | - | The package execution mode. Allow the execution of the package on an emulator/device. Values are:
Default value is: none. |
iosVersion | String | - | The version of the platform for which the code should be compiled. |
jasmineTestSourceDirectory | File | - | (no description) Default value is: ${project.basedir}${file.separator}src${file.separator}test${file.separator}javascript. |
outputDirectory | File | - | The output directory of the packaged titanium files. Default value is: ${project.build.outputDirectory}. |
skipTests | boolean | - | Set this to 'true' to bypass unit tests entirely. Its use is NOT
RECOMMENDED, but quite convenient on occasion. |
testExecuteMode | String | - | The test package execution mode. Allow the execution of the package on an emulator/device. Values are:
|
testOutputDirectory | File | - | The output directory of the test files. Default value is: ${project.build.testOutputDirectory}. |
titaniumSettings | TitaniumSettings | - | The titanium settings. Contains various information needed to execute a titanium build. Here's the list of the titaniumSettings parameters:
|
virtualDevice | VirtualDevice | - | Virtual device configuration. When executeMode is virtual, the parameters in virtualDevice are used to configure the android emulator or iphone simulator. VirtualDevice has the following parameters:
|
The version of the platform for which the code should be compiled.
This is the version of the library to use to compile the application. It's possible to specify another android API for the android virtual device. See VirtualDevice.androidAPI.
The package execution mode.
Allow the execution of the package on an emulator/device.
Values are:
The platform for which the code should be packaged.
Supported platforms are:
The test package execution mode.
Allow the execution of the package on an emulator/device.
Values are:
The titanium settings.
Contains various information needed to execute a titanium build.
Here's the list of the titaniumSettings parameters:
Virtual device configuration.
When executeMode is virtual, the parameters in virtualDevice are used to configure the android emulator or iphone simulator.
VirtualDevice has the following parameters: