Class | Description |
---|---|
AbstractReleaseMojo |
Base class with shared configuration.
|
AbstractScmReleaseMojo |
Abstract Mojo containing SCM parameters
|
BranchReleaseMojo |
Branch a project in SCM, using the same steps as the
release:prepare goal, creating a branch instead of
a tag. |
CleanReleaseMojo |
Clean up after a release preparation.
|
PerformReleaseMojo |
Perform a release from SCM, either from a specified tag, or the tag representing the previous release in
the working copy created by
release:prepare . |
PrepareReleaseMojo |
Prepare for a release in SCM.
|
PrepareWithPomReleaseMojo |
Prepare for a release in SCM, fully resolving dependencies for the purpose of producing a "release POM".
|
RollbackReleaseMojo |
Rollback changes made by a previous release.
|
StageReleaseMojo |
Perform a release from SCM to a staging repository.
|
UpdateVersionsMojo |
Update the POM versions for a project.
|
Copyright © 2002–2024 The Apache Software Foundation. All rights reserved.