Goal which assemble javascript sources into the packaging directory. An optional assembler descriptor can be set to configure scripts to be merged. Other scripts are simply copied to the output directory.
Mojo Attributes :
compile| Name | Type | Description |
|---|---|---|
| assemblerReaderManager | AssemblerReaderManager |
No description. |
| descriptor | File |
Descriptor for the strategy to assemble individual scripts sources into
destination. Default value is 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. |
No Description.
org.codehaus.mojo.javascript.assembler.AssemblerReaderManagerNoDescriptor for the strategy to assemble individual scripts sources into destination.
java.io.FileNosrc/assembler/${project.artifactId}.xmlDescriptor file format (default or jsbuilder)
java.lang.StringNoExclusion pattern.
java.lang.String[]NoInclusion pattern.
java.lang.String[]NoThe output directory of the assembled js file.
java.io.FileNo${project.build.outputDirectory}Location of the source files.
java.io.FileNo${basedir}/src/main/javascript