Full name:
org.codehaus.mojo.javascript:javascript-maven-plugin:1.1-softec:compile
Description:
Attributes:
| 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. |
| outputDirectory | File | - | The output directory of the assembled js file. Default value is: ${project.build.outputDirectory}. |
| sourceDirectory | File | - | Location of the source files. Default value is: ${basedir}/src/main/javascript. |
| useArtifactId | boolean | - | For dependencies, if true, create a folder named by the artifactId
while unpacking |