Full name:
net.alchim31.maven:yuicompressor-maven-plugin:0.9:jslint
Description:
Attributes:
process-resources.| Name | Type | Since | Description |
|---|---|---|---|
| excludes | List |
- |
list of additionnal excludes |
| failOnWarning | boolean |
- |
define if plugin must stop/fail on warnings. Default value is: false. |
| jswarn | boolean |
- |
[js only] Display possible errors in the code Default value is: true. |
| outputDirectory | File |
- |
The output directory into which to copy the resources. |
| resources | List |
- |
The list of resources we want to transfer. |
| sourceDirectory | File |
- |
Javascript source directory. (result will be put to
outputDirectory). This allow project with "src/main/js" structure. |
| warSourceDirectory | File |
- |
Single directory for extra files to include in the WAR. |
| webappDirectory | File |
- |
The directory where the webapp is built. |
java.util.ListNobooleanNo${maven.yuicompressor.failOnWarning}falsebooleanNo${maven.yuicompressor.jswarm}truejava.io.FileNo${project.build.outputDirectory}java.util.ListNo${project.resources}java.io.FileNo${project.build.sourceDirectory}/../jsjava.io.FileNo${basedir}/src/main/webappjava.io.FileNo${project.build.directory}/${project.build.finalName}