Full name:
net.alchim31.maven:yuicompressor-maven-plugin:1.5.1:jslint
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
excludeResources | boolean | - | Excludes files from resources directories. Default value is: false. |
excludeWarSourceDirectory | boolean | - | Excludes files from webapp directory |
excludes | List | - | list of additional excludes |
failOnWarning | boolean | - | define if plugin must stop/fail on warnings. Default value is: false. User property is: maven.yuicompressor.failOnWarning. |
includes | List | - | list of additional includes |
jswarn | boolean | - | [js only] Display possible errors in the code Default value is: true. User property is: maven.yuicompressor.jswarn. |
outputDirectory | File | - | The output directory into which to copy the resources. User property is: project.build.outputDirectory. |
resources | List | - | The list of resources we want to transfer. User property is: project.resources. |
skip | boolean | - | Whether to skip execution. Default value is: false. User property is: maven.yuicompressor.skip. |
sourceDirectory | File | - | Javascript source directory. (result will be put to
outputDirectory). This allow project with "src/main/js" structure. |
useProcessedResources | boolean | - | Use processed resources if available Default value is: false. |
warSourceDirectory | File | - | Single directory for extra files to include in the WAR. |
webappDirectory | File | - | The directory where the webapp is built. |
skip: