public class CheckDependencySnapshotsPhase extends AbstractReleasePhase
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
RESOLVE_ALL_EXTENSIONS_SNAPSHOT_MESSAGE |
static java.lang.String |
RESOLVE_ALL_PLUGIN_SNAPSHOT_MESSAGE |
static java.lang.String |
RESOLVE_ALL_PROJECT_DEPENDENCIES_SNAPSHOT_MESSAGE |
static java.lang.String |
RESOLVE_ALL_REPORTS_SNAPSHOT_MESSAGE |
static java.lang.String |
RESOLVE_ALL_SNAPSHOT_MESSAGE |
static java.lang.String |
RESOLVE_SNAPSHOT_MESSAGE |
static java.lang.String |
RESOLVE_SNAPSHOT_PROMPT |
static java.lang.String |
RESOLVE_SNAPSHOT_TYPE_MESSAGE |
static java.lang.String |
RESOLVE_SNAPSHOT_TYPE_PROMPT |
ROLE| Constructor and Description |
|---|
CheckDependencySnapshotsPhase() |
| Modifier and Type | Method and Description |
|---|---|
ReleaseResult |
execute(ReleaseDescriptor releaseDescriptor,
ReleaseEnvironment releaseEnvironment,
java.util.List reactorProjects)
Execute the phase.
|
void |
setPrompter(org.codehaus.plexus.components.interactivity.Prompter prompter) |
ReleaseResult |
simulate(ReleaseDescriptor releaseDescriptor,
ReleaseEnvironment releaseEnvironment,
java.util.List reactorProjects)
Simulate the phase, but don't make any changes to the project.
|
clean, execute, getReleaseResultSuccess, logDebug, logError, logInfo, logWarn, simulatepublic static final java.lang.String RESOLVE_SNAPSHOT_MESSAGE
public static final java.lang.String RESOLVE_SNAPSHOT_PROMPT
public static final java.lang.String RESOLVE_SNAPSHOT_TYPE_MESSAGE
public static final java.lang.String RESOLVE_SNAPSHOT_TYPE_PROMPT
public static final java.lang.String RESOLVE_ALL_SNAPSHOT_MESSAGE
public static final java.lang.String RESOLVE_ALL_PROJECT_DEPENDENCIES_SNAPSHOT_MESSAGE
public static final java.lang.String RESOLVE_ALL_REPORTS_SNAPSHOT_MESSAGE
public static final java.lang.String RESOLVE_ALL_EXTENSIONS_SNAPSHOT_MESSAGE
public static final java.lang.String RESOLVE_ALL_PLUGIN_SNAPSHOT_MESSAGE
public ReleaseResult execute(ReleaseDescriptor releaseDescriptor, ReleaseEnvironment releaseEnvironment, java.util.List reactorProjects) throws ReleaseExecutionException, ReleaseFailureException
ReleasePhasereleaseDescriptor - the configuration to usereleaseEnvironment - the environmental configuration, such as Maven settings, Maven home, etc.reactorProjects - the reactor projectsReleaseExecutionException - an exception during the execution of the phaseReleaseFailureException - a failure during the execution of the phasepublic ReleaseResult simulate(ReleaseDescriptor releaseDescriptor, ReleaseEnvironment releaseEnvironment, java.util.List reactorProjects) throws ReleaseExecutionException, ReleaseFailureException
ReleasePhasereleaseDescriptor - the configuration to usereleaseEnvironment - the environmental configuration, such as Maven settings, Maven home, etc.reactorProjects - the reactor projectsReleaseExecutionException - an exception during the execution of the phaseReleaseFailureException - a failure during the execution of the phasepublic void setPrompter(org.codehaus.plexus.components.interactivity.Prompter prompter)
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.