Full name:
com.carrotgarden.maven:scalor-maven-plugin_2.12:1.5.0.20190502181145:clean-main
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
<skip> | boolean | - | Force to skip all executions of this plugin. Default value is: false. User property is: scalor.skip. |
<skipClean> | boolean | - | Flag to skip goal execution: clean-*. Default value is: false. User property is: scalor.skipClean. |
<skipCleanMain> | boolean | - | Flag to skip goal execution: clean-main. Default value is: false. User property is: scalor.skipCleanMain. |
<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. |
<zincCacheMain> | File | - | Location of Zinc incremental compiler state file for scope=main. Default value is: ${project.build.directory}/scalor/cache/main.zip. User property is: scalor.zincCacheMain. |