javascript:package
Full name:
org.codehaus.mojo.javascript:javascript-maven-plugin:1.1-softec:package
Description:
Goal which packages scripts and resources as a javascript archive
to be installed / deployed in maven repositories.
Attributes:
- Requires a Maven project to be executed.
- Binds by default to the lifecycle phase: package.
Optional Parameters
Name |
Type |
Since |
Description |
classifier |
String |
- |
Optional classifier
|
finalName |
String |
- |
The filename of the js file. Default value is: ${project.build.finalName}. |
manifest |
File |
- |
(no description)
|
outputDirectory |
File |
- |
The output directory of the js file. Default value is: ${project.build.directory}. |
scriptsDirectory |
File |
- |
Location of the scripts files. Default value is: ${project.build.outputDirectory}. |
Parameter Details
classifier:
Optional classifier
- Type: java.lang.String
- Required: No
finalName:
The filename of the js file.
- Type: java.lang.String
- Required: No
- Default: ${project.build.finalName}
manifest:
(no description)
- Type: java.io.File
- Required: No
outputDirectory:
The output directory of the js file.
- Type: java.io.File
- Required: No
- Default: ${project.build.directory}
scriptsDirectory:
Location of the scripts files.
- Type: java.io.File
- Required: No
- Default: ${project.build.outputDirectory}