javascript:attach-stripped
Full name:
org.codehaus.mojo.javascript:javascript-maven-plugin:1.1-softec:attach-stripped
Description:
Goal used to package stripped JavaScript files and package them as
a javascript archive attaching this new artifact to the project for
beeing installed / deployed with the regular uncompressed
js-archive.
Attributes:
- Requires a Maven project to be executed.
- Binds by default to the lifecycle phase: package.
Optional Parameters
Name |
Type |
Since |
Description |
buildDirectory |
File |
- |
The output directory of the compressed javascript archive. Default value is: ${project.build.directory}. |
classifier |
String |
- |
classifier for the compressed artifact Default value is: stripped. |
finalName |
String |
- |
The filename of the js file. Default value is: ${project.build.finalName}. |
manifest |
File |
- |
(no description)
|
strippedDirectory |
File |
- |
The output directory of the compressed javascript files. Default value is: ${project.build.directory}/stripped. |
Parameter Details
buildDirectory:
The output directory of the compressed javascript archive.
- Type: java.io.File
- Required: No
- Default: ${project.build.directory}
classifier:
classifier for the compressed artifact
- Type: java.lang.String
- Required: No
- Default: stripped
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
strippedDirectory:
The output directory of the compressed javascript files.
- Type: java.io.File
- Required: No
- Default: ${project.build.directory}/stripped