org.apache.maven.plugins.release.phase
Class ScmCheckModificationsPhase
java.lang.Object
org.codehaus.plexus.logging.AbstractLogEnabled
org.apache.maven.plugins.release.phase.AbstractReleasePhase
org.apache.maven.plugins.release.phase.ScmCheckModificationsPhase
- All Implemented Interfaces:
- ReleasePhase, org.codehaus.plexus.logging.LogEnabled
public class ScmCheckModificationsPhase
- extends AbstractReleasePhase
See if there are any local modifications to the files before proceeding with SCM operations and the release.
- Author:
- Brett Porter
| Fields inherited from interface org.apache.maven.plugins.release.phase.ReleasePhase |
ROLE |
| Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled |
enableLogging, getLogger, setupLogger, setupLogger, setupLogger |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScmCheckModificationsPhase
public ScmCheckModificationsPhase()
execute
public void execute(ReleaseConfiguration releaseConfiguration)
throws ReleaseExecutionException,
ReleaseFailureException
- Description copied from interface:
ReleasePhase
- Execute the phase.
- Parameters:
releaseConfiguration - the configuration to use
- Throws:
ReleaseExecutionException - an exception during the execution of the phase
ReleaseFailureException - a failure during the execution of the phase
simulate
public void simulate(ReleaseConfiguration releaseConfiguration)
throws ReleaseExecutionException,
ReleaseFailureException
- Description copied from interface:
ReleasePhase
- Simulate the phase, but don't make any changes to the project.
- Parameters:
releaseConfiguration - the configuration to use
- Throws:
ReleaseExecutionException - an exception during the execution of the phase
ReleaseFailureException - a failure during the execution of the phase
Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.