| Class | Description |
|---|---|
| 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.
|
| 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).
|
| HelpMojo |
Display help information on versions-maven-plugin.
Call mvn versions:help -Ddetail=true -Dgoal=<goal-name> to display parameter details. |
| LinkItem |
LinkItem represents information specified for a linked artifact version manged through a property.
|
| 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
|
| PluginUpdatesDetails |
Details of a plugin's updates.
|
| PluginUpdatesReportMojo |
Generates a report of available updates for the plugins of a project.
|
| Property |
Represents an association between properties and dependencies.
|
| 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.
|
| 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 with the latest release version.
|
| UseLatestSnapshotsMojo |
Replaces any release versions with the latest snapshot version (if it has been deployed).
|
| UseLatestVersionsMojo |
Replaces any version with the latest version.
|
| 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.