| Class | Description |
|---|---|
| AbstractDependencyUpdatesReportMojo |
Generates a report of available updates for the dependencies of a project.
|
| AbstractPluginUpdatesReportMojo |
Generates a report of available updates for the plugins of a project.
|
| AbstractPropertyUpdatesReportMojo |
Generates a report of available updates for properties of a project which are linked to the dependencies and/or
plugins of a project.
|
| AbstractVersionsDependencyUpdaterMojo |
Base class for a mojo that updates dependency versions.
|
| AbstractVersionsDisplayMojo |
Abstract base class for the Display___ mojos.
|
| AbstractVersionsReport<T> |
Base class for all versions reports.
|
| AbstractVersionsUpdaterMojo |
Abstract base class for Versions Mojos.
|
| CommitMojo |
Removes the initial backup of the pom, thereby accepting the changes.
|
| CompareDependenciesMojo |
Compare dependency versions of the current project to dependencies or dependency management of a remote repository
project.
|
| DependencyUpdatesAggregateReportMojo |
Generates an aggregate report of available updates for the dependencies of a project.
|
| DependencyUpdatesReportMojo |
Generates a report of available updates for the dependencies of a project.
|
| DisplayDependencyUpdatesMojo |
Displays all dependencies that have newer versions available.
|
| DisplayParentUpdatesMojo |
Displays any updates of the project's parent project
|
| DisplayPluginUpdatesMojo |
Displays all plugins that have newer versions available, taking care of Maven version prerequisites.
|
| DisplayPropertyUpdatesMojo |
Displays properties that are linked to artifact versions and have updates available.
|
| ForceReleasesMojo |
Replaces any -SNAPSHOT versions with a release version, older if necessary (if there has been a release).
|
| LockSnapshotsMojo |
Attempts to resolve unlocked snapshot dependency versions to the locked timestamp versions used in the build.
|
| ParentUpdatesReportMojo |
Generates a report on available updates for parent artifacts
|
| PluginUpdatesAggregateReportMojo |
Generates an aggregated report of available updates for the plugins of a project.
|
| PluginUpdatesReportMojo |
Generates a report of available updates for the plugins of a project.
|
| PropertyUpdatesAggregateReportMojo |
Generates an aggregate report of available updates for properties of a project which are linked to the dependencies
and/or plugins of a project.
|
| PropertyUpdatesReportMojo |
Generates a report of available updates for properties of a project which are linked to the dependencies and/or
plugins of a project.
|
| ResolveRangesMojo |
Attempts to resolve dependency version ranges to the specific version being used in the build.
|
| RevertMojo |
Restores the pom from the initial backup.
|
| SetMojo |
Sets the current project's version and based on that change propagates that change onto any child modules as
necessary.
|
| SetPropertyMojo |
Set a property to a given version without any sanity checks.
|
| SetScmTagMojo |
Updates the current project's SCM tag.
|
| UnlockSnapshotsMojo |
Attempts to resolve unlocked snapshot dependency versions to the locked timestamp versions used in the build.
|
| UpdateChildModulesMojo |
Scans the current projects child modules, updating the versions of any which use the current project to the version
of the current project.
|
| UpdateParentMojo |
Sets the parent version to the latest parent version.
|
| UpdatePropertiesMojo |
Sets properties to the latest versions of specific artifacts.
|
| UpdatePropertiesMojoBase |
Common base class for
UpdatePropertiesMojo
and UpdatePropertyMojo |
| UpdatePropertyMojo |
Sets a property to the latest version in a given range of associated artifacts.
|
| UseDepVersionMojo |
Updates a dependency to a specific version.
|
| UseLatestReleasesMojo |
Replaces any release versions (i.e.
|
| UseLatestSnapshotsMojo |
Replaces any release versions with the latest snapshot version (if it has been deployed).
|
| UseLatestVersionsMojo |
Replaces any version with the latest version found in the artifactory.
|
| UseLatestVersionsMojoBase |
Common base class for
UseLatestVersionsMojo
and UseLatestReleasesMojo |
| UseNextReleasesMojo |
Replaces any release versions with the next release version (if it has been released).
|
| UseNextSnapshotsMojo |
Replaces any release versions with the next snapshot version (if it has been deployed).
|
| UseNextVersionsMojo |
Replaces any version with the latest version.
|
| UseReactorMojo |
Replaces any versions with the corresponding version from the reactor.
|
| UseReleasesMojo |
Replaces any -SNAPSHOT versions with the corresponding release version (if it has been released).
|
Copyright © 2008–2022 MojoHaus. All rights reserved.