Full name:
org.codehaus.mojo.javascript:javascript-maven-plugin:1.1-softec:prepare-titanium-jasmine-tests
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
platform | String | - | The platform for which the code should be packaged. Supported platforms are:
|
Name | Type | Since | Description |
---|---|---|---|
jasmineTestSourceDirectory | File | - | The location of the javascript test files Default value is: ${project.basedir}${file.separator}src${file.separator}test${file.separator}javascript. |
libsDirectory | String | - | The folder for javascripts dependencies Default value is: lib. |
outputDirectory | File | - | The output directory of the assembled js file. Default value is: ${project.build.outputDirectory}. |
pluginArtifacts | List | - | (no description) Default value is: ${plugin.artifacts}. |
preloadSources | List | - | JavaScript sources (typically vendor/lib dependencies) that need to
be loaded before other sources (and specs) in a particular order,
these are relative to the ${sourceDirectory} directory! Therefore,
if jquery.js is in `${sourceDirectory}/vendor`, you would
configure: <preloadSources>
<source>vendor/z.js</source>
</preloadSources> And z.js would load before all the
other sources and specs. |
skipTests | boolean | - | Set this to 'true' to bypass unit tests entirely. Its use is NOT
RECOMMENDED, but quite convenient on occasion. |
sourceDirectory | File | - | Location of the source files. Default value is: ${basedir}/src/main/javascript. |
specExcludes | String[] | - | Exclusion pattern.
Allow to specify which jasmine spec files should be excluded. |
specsDirectory | String | - | The output folder for jasmine spec files. Default value is: specs. |
testOutputDirectory | File | - | The output directory of the test files. Default value is: ${project.build.testOutputDirectory}. |
useArtifactId | boolean | - | Use the artifactId as folder |
The platform for which the code should be packaged.
Supported platforms are:
Allow to specify which jasmine spec files should be excluded.