Full name:
org.codehaus.mojo.javascript:javascript-maven-plugin:1.1-softec:war-package
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| webappDirectory | File | - | The directory where the webapp is built. |
| Name | Type | Since | Description |
|---|---|---|---|
| depsDirectory | File | - | The folder where javascript dependencies are extracted and taken
during assembling Default value is: ${project.build.directory}/javascript-dependency. |
| descriptor | File | - | Descriptor for the strategy to assemble individual scripts sources
into destination. Default value is: ${basedir}/src/assembler/${project.artifactId}.xml. |
| descriptorFormat | String | - | Descriptor file format (default or jsbuilder) |
| excludes | String[] | - | Exclusion pattern. |
| includes | String[] | - | Inclusion pattern. |
| 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}. |
| scriptsDirectory | String | - | The folder in webapp for javascripts Default value is: scripts. |
| sourceDirectory | File | - | Location of the source files. Default value is: ${basedir}/src/main/javascript. |
| useArtifactId | boolean | - | Use the artifactId as folder |