| Package | Description |
|---|---|
| org.codehaus.mojo.versions |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractVersionsDependencyUpdaterMojo
Base class for a mojo that updates dependency versions.
|
class |
CompareDependenciesMojo
Compare dependency versions of the current project to dependencies or dependency management of a remote repository
project.
|
class |
DisplayDependencyUpdatesMojo
Displays all dependencies that have newer versions available.
|
class |
DisplayParentUpdateMojo
write report if parent pom have newer versions available.
|
class |
DisplayPluginUpdatesMojo
Displays all plugins that have newer versions available.
|
class |
DisplayPropertyUpdatesMojo
Sets properties to the latest versions of specific artifacts.
|
class |
LockSnapshotsMojo
Attempts to resolve unlocked snapshot dependency versions to the locked timestamp versions used in the build.
|
class |
ResolveRangesMojo
Attempts to resolve dependency version ranges to the specific version being used in the build.
|
class |
SetMojo
Sets the current projects version, updating the details of any child modules as necessary.
|
class |
UnlockSnapshotsMojo
Attempts to resolve unlocked snapshot dependency versions to the locked timestamp versions used in the build.
|
class |
UpdateChildModulesMojo
Scans the current projects child modules, updating the versions of any which use the current project to
the version of the current project.
|
class |
UpdateParentMojo
Sets the parent version to the latest parent version.
|
class |
UpdatePropertiesMojo
Sets properties to the latest versions of specific artifacts.
|
class |
UpdatePropertyMojo
Sets a property to the latest version in a given range of associated artifacts.
|
class |
UseLatestReleasesMojo
Replaces any release versions with the latest release version.
|
class |
UseLatestSnapshotsMojo
Replaces any release versions with the latest snapshot version (if it has been deployed).
|
class |
UseLatestVersionsMojo
Replaces any version with the latest version.
|
class |
UseNextReleasesMojo
Replaces any release versions with the next release version (if it has been released).
|
class |
UseNextSnapshotsMojo
Replaces any release versions with the next snapshot version (if it has been deployed).
|
class |
UseNextVersionsMojo
Replaces any version with the latest version.
|
class |
UseReleasesMojo
Replaces any -SNAPSHOT versions with the corresponding release version (if it has been released).
|
Copyright © 2008-2014. All Rights Reserved.