Full name:
org.jszip.maven:jszip-maven-plugin:0.1-alpha-9:run
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
classesDirectory | File | - | The directory containing generated classes. User property is: project.build.outputDirectory. |
testClassesDirectory | File | - | The directory containing generated test classes. User property is: project.build.testOutputDirectory. |
warSourceDirectory | File | - | Root directory for all html/jsp etc files Default value is: ${basedir}/src/main/webapp. |
Name | Type | Since | Description |
---|---|---|---|
connectors | Connector[] | - | List of connectors to use. If none are configured then the default
is a single SelectChannelConnector at port 8080. You can override
this default port number by using the system property jetty.port on
the command line, eg: mvn -Djetty.port=9999 jszip:run. Consider
using instead the <jettyXml> element to specify external
jetty xml config file. |
customLessScript | File | - | Directory containing the less processor. Default value is: src/build/js/less-rhino.js. |
encoding | String | - | The character encoding scheme to be applied when reading SASS
files. Default value is: ${project.build.sourceEncoding}. |
lessCompress | boolean | - | Compress CSS. Default value is: true. User property is: jszip.less.compress. |
lessExcludes | List | - | A list of <exclude> elements specifying the less files (by
pattern) that should be excluded from processing. |
lessFailOnError | boolean | - | Indicates whether the build will continue even if there are
compilation errors. Default value is: true. User property is: jszip.less.failOnError. |
lessForceIfOlder | boolean | - | Force compilation even if the source LESS file is older than the
destination CSS file. Default value is: false. User property is: jszip.less.forceIfOlder. |
lessIncludes | List | - | A list of <include> elements specifying the less files (by
pattern) that should be included in processing. |
lessSkip | boolean | - | Skip compilation. Default value is: false. User property is: jszip.less.skip. |
mappings | Mapping[] | - | The artifact path mappings for unpacking. User property is: mappings. |
pluginDescriptor | PluginDescriptor | - | This plugin's descriptor User property is: plugin. |
runModule | String | - | The module that the goal should apply to. Specify either
groupId:artifactId or just plain artifactId. User property is: jszip.run.module. |
runPackages | String[] | - | List of the packaging types will be considered for executing this
goal. Normally you do not need to configure this parameter unless
you have a custom war packaging type. Defaults to war |
sassExcludes | List | - | A list of <exclude> elements specifying the sass files (by
pattern) that should be excluded from processing. |
sassFailOnError | boolean | - | Indicates whether the build will continue even if there are
compilation errors. Default value is: true. User property is: jszip.sass.failOnError. |
sassForceIfOlder | boolean | - | Force compilation even if the source Sass file is older than the
destination CSS file. Default value is: false. User property is: jszip.sass.forceIfOlder. |
sassIncludes | List | - | A list of <include> elements specifying the sass files (by
pattern) that should be included in processing. |
sassSkip | boolean | - | Skip compilation. Default value is: false. User property is: jszip.sass.skip. |
showErrorExtracts | boolean | - | Indicates whether to show extracts of the code where errors occur. Default value is: false. User property is: jszip.less.showErrorExtracts. |
systemProperties | SystemProperties | - | System properties to set before execution. Note that these
properties will NOT override System properties that have been set
on the command line or by the JVM. They WILL override System
properties that have been set via systemPropertiesFile. Optional. |
useTestScope | boolean | - | If true, the <testOutputDirectory> and the dependencies of
<scope>test<scope> will be put first on the runtime
classpath. Default value is: false. |