Package org.apache.maven.plugins.release.phase

Interface Summary
ReleasePhase A phase in the release cycle.
 

Class Summary
AbstractReleasePhase Base class for all phases.
AbstractRewritePomsPhase Base class for rewriting phases.
CheckDependencySnapshotsPhase Check the dependencies of all projects being released to see if there are any unreleased snapshots.
CheckPomPhase Phase that checks the validity of the POM before release.
EndReleasePhase Finalise release preparation so it can be flagged complete..
GenerateReleasePomsPhase Generate release POMs.
InputVariablesPhase Input any variables that were not yet configured.
MapVersionsPhase Map projects to their new versions after release / into the next development cycle.
RemoveReleasePomsPhase Remove release POMs.
RewritePomsForDevelopmentPhase Rewrite POMs for future development
RewritePomsForReleasePhase Rewrite POMs for release.
RunGoalsPhase Run the integration tests for the project to verify that it builds before committing.
ScmCheckModificationsPhase See if there are any local modifications to the files before proceeding with SCM operations and the release.
ScmCommitPhase Commit the project to the SCM.
ScmTagPhase Tag the SCM repository after committing the release.
 



Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.