Goal which packages scripts and resources as a javascript archive to be installed / deployed in maven repositories.
Mojo Attributes :
package| Name | Type | 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}. |
| projectHelper | MavenProjectHelper |
No description. |
| scriptsDirectory | File |
Location of the scripts files. Default value is ${project.build.outputDirectory}. |
Optional classifier
java.lang.StringNoThe filename of the js file.
java.lang.StringNo${project.build.finalName}No Description.
java.io.FileNoThe output directory of the js file.
java.io.FileNo${project.build.directory}No Description.
org.apache.maven.project.MavenProjectHelperNoLocation of the scripts files.
java.io.FileNo${project.build.outputDirectory}