Uses of Interface
org.apache.maven.shared.release.phase.ReleasePhase
Packages that use ReleasePhase
-
Uses of ReleasePhase in org.apache.maven.shared.release
Fields in org.apache.maven.shared.release with type parameters of type ReleasePhaseModifier and TypeFieldDescriptionprivate Map
<String, ReleasePhase> DefaultReleaseManager.releasePhases
The available phases. -
Uses of ReleasePhase in org.apache.maven.shared.release.phase
Classes in org.apache.maven.shared.release.phase that implement ReleasePhaseModifier and TypeClassDescriptionclass
class
Base class for all phases.class
Abstract release POM phase.class
Base class for rewriting phases.class
Run the integration tests for the project to verify that it builds before committing.class
Holds the basic concept of committing changes to the current working copy.class
class
Check the dependencies of all projects being released to see if there are any unreleased snapshots.class
class
Phase that checks the validity of the POM before release.class
class
Finalise release preparation so it can be flagged complete..class
Generate release POMs.class
Input any variables that were not yet configured.class
Map projects to their new versions after release / into the next development cycle.class
Remove release POMs.class
Remove tag from SCM repository during rollbackclass
class
Rewrite POMs for branch.class
Rewrite POMs for future developmentclass
Rewrite POMs for release.class
Rewrite POMs for future developmentclass
Run the completion goals for the project to before committing the continuing development stream.class
Run the integration tests for the project to verify that it builds before committing.class
Run the integration tests for the project to verify that it builds before committing.class
Branch the SCM repository.class
See if there are any local modifications to the files before proceeding with SCM operations and the release.class
Commit the changes that were done to prepare the branch or tag to the SCM.class
Commit the changes that were done to prepare the branch or tag to the SCM.class
Tag the SCM repository after committing the release.