- All Superinterfaces:
- Function<Arguments,ExecutionResult>, org.springframework.core.Ordered, ReleaseReleaserTask, ReleaserTask, SingleProjectReleaserTask
- All Known Implementing Classes:
- BuildProjectReleaseTask, UpdatingPomsReleaseTask
public interface DryRunReleaseReleaserTask
extends ReleaseReleaserTask
Marker interface for running release tasks in a dry run mode. You should make a task
implement this interface when you want it to be a part of the dry-run option. For
example a typical scenario of a dry-run is to just update the poms / build.gradle
files, build and install the artifacts locally.