clean

abstract fun clean(value: Boolean)(source)

Enables a clean operation when value is true. This is true by default.

In case of expand/harvest operations, this means both running the clean lifecycle in Maven and performing the operation itself with the clean parameter to the expansion/harvesting cleans the target folder prior to executing.

Parameters

value

True if the operation should be executed with clean.