Full name:
com.carrotgarden.maven:scalor-maven-plugin_2.12:1.5.0.20190502181145:scala-js-env-prov-phantomjs
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
<commonMappingPattern> | String | - | Regular expression for plugin configuration map values provided in
pom.xml. Extractor for pattern:
key=value. Must define exactly two regex capture
groups. Mapping regular expression is used as follows:
case commonMappingPattern.r( key, value ) => ( key, value ) Default value is: \s*([^=\s]+)\s*=\s*([^\s]+)\s*. User property is: scalor.commonMappingPattern. |
<commonSequenceSeparator> | String | - | Separator for plugin configuration list values provided in
pom.xml. Separator regular expression is used as
follows:
string.split( commonSequenceSeparator ).map( _.trim ).filterNot( _.isEmpty ) Default value is: [★\n]+. User property is: scalor.commonSequenceSeparator. |
<envprovForce> | boolean | - | Flag to force environment provisioning.
false - use auto-detection true - skip detection of installed resources Default value is: false. User property is: scalor.envprovForce. |
<envprovPhantomjsFolder> | String | - | A folder inside envprovTestToolFolder
which contains extracted Phantom.js. Relative path. Default value is: phantomjs. User property is: scalor.envprovPhantomjsFolder. |
<envprovPhantomjsVersion> | String | - | Phantom.js distribution version. Must be present on Maven Central. Default value is: 2.1.1. User property is: scalor.envprovPhantomjsVersion. |
<envprovTestToolFolder> | File | - | Scala.js test-tool installaton folder used for testing. Contains
provisioned Node.js, Phantom.js, Webjars, etc. Normally this folder
should be excluded from source control and should not be a part of
any clean execution. Absolute path. When changing,
make sure to replace test-tool references elsewhere. Default value is: ${project.basedir}/test-tool. User property is: scalor.envprovTestToolFolder. |
<skip> | boolean | - | Force to skip all executions of this plugin. Default value is: false. User property is: scalor.skip. |
<skipEnvProv> | boolean | - | Flag to skip environment provisioning. Default value is: false. User property is: scalor.skipEnvProv. |
<skipLogReason> | boolean | - | Enable logging of reason for skipping an execution. Default value is: true. User property is: scalor.skipLogReason. |
<skipPackagingList> | String[] | - | List of packaging types, which are skipped by this plugin. Default value is: pom. User property is: scalor.skipPackagingList. |
case commonMappingPattern.r( key, value ) => ( key, value )
string.split( commonSequenceSeparator ).map( _.trim ).filterNot( _.isEmpty )
false - use auto-detection true - skip detection of installed resources