| Class | Description |
|---|---|
| AbstractVersionsDependencyUpdaterMojo |
Base class for a mojo that updates dependency versions.
|
| AbstractVersionsReport |
Base class for all versions reports.
|
| AbstractVersionsReportRenderer |
Base class for report renderers.
|
| 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.
|
| DependencyUpdatesRenderer | |
| DependencyUpdatesReport |
Generates a report of available updates for the dependencies of a project.
|
| DisplayDependencyUpdatesMojo |
Displays all dependencies that have newer versions available.
|
| DisplayParentUpdateMojo |
write report if parent pom have newer versions available.
|
| DisplayPluginUpdatesMojo |
Displays all plugins that have newer versions available.
|
| DisplayPropertyUpdatesMojo |
Sets properties to the latest versions of specific artifacts.
|
| HelpMojo |
Display help information on versions-maven-plugin.
|
| 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.
|
| PluginUpdatesDetails |
Details of a plugin's updates.
|
| PluginUpdatesRenderer | |
| PluginUpdatesReport |
Generates a report of available updates for the plugins of a project.
|
| Property |
Represents an association between properties and dependencies.
|
| PropertyUpdatesRenderer | |
| PropertyUpdatesReport |
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 projects version, updating the details of any child modules as necessary.
|
| 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.
|
| 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.
|
| UseReleasesMojo |
Replaces any -SNAPSHOT versions with the corresponding release version (if it has been released).
|
Copyright © 2008-2014. All Rights Reserved.