Goal that copies javascript dependencies to the web application script folder, inside the webapp source directory. This allows to prepare the webapp for running on a lightweight servlet container that does not requires packaging (when using the jetty:run goal).
Mojo Attributes :
runtime| Name | Type | Description |
|---|---|---|
| warSourceDirectory | File |
Single directory for extra files to include in the WAR. |
| Name | Type | Description |
|---|---|---|
| javascriptArtifactManager | JavascriptArtifactManager |
No description. |
| libsDirectory | String |
The folder for javascripts dependencies Default value is lib. |
| scriptsDirectory | String |
The folder in webapp for javascripts Default value is scripts/libs. |
| useArtifactId | boolean |
Use the artifactId as folder |
No Description.
org.codehaus.mojo.javascript.archive.JavascriptArtifactManagerNoThe folder for javascripts dependencies
java.lang.StringNo${scripts}libThe folder in webapp for javascripts
java.lang.StringNo${scripts}scripts/libsUse the artifactId as folder
booleanNoSingle directory for extra files to include in the WAR.
java.io.FileYes${basedir}/src/main/webapp