Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- AbstractDependencyUpdatesReport - Class in org.codehaus.mojo.versions
-
Generates a report of available updates for the dependencies of a project.
- AbstractDependencyUpdatesReport(I18N, ArtifactFactory, RepositorySystem, Map, ReportRendererFactory) - Constructor for class org.codehaus.mojo.versions.AbstractDependencyUpdatesReport
-
Creates a new instance.
- AbstractPluginUpdatesReport - Class in org.codehaus.mojo.versions
-
Generates a report of available updates for the plugins of a project.
- AbstractPluginUpdatesReport(I18N, ArtifactFactory, RepositorySystem, Map, ReportRendererFactory) - Constructor for class org.codehaus.mojo.versions.AbstractPluginUpdatesReport
-
Creates a new instance.
- AbstractPropertyUpdatesReport - Class in org.codehaus.mojo.versions
-
Generates a report of available updates for properties of a project which are linked to the dependencies and/or plugins of a project.
- AbstractPropertyUpdatesReport(I18N, ArtifactFactory, RepositorySystem, Map, ReportRendererFactory) - Constructor for class org.codehaus.mojo.versions.AbstractPropertyUpdatesReport
-
Creates a new instance.
- AbstractUpdatesModel<V> - Class in org.codehaus.mojo.versions.reporting.model
-
Base class for using with the ReportRenderer API
- AbstractUpdatesModel(Map, Map, Function) - Constructor for class org.codehaus.mojo.versions.reporting.model.AbstractUpdatesModel
-
Creates a new instance of the model, based on the provided map of artifact (dependency or plugin) updates per artifact, provided map of dependency or plugin management updates, and provided list of all updates.
- AbstractVersionsDependencyUpdaterMojo - Class in org.codehaus.mojo.versions
-
Base class for a mojo that updates dependency versions.
- AbstractVersionsDependencyUpdaterMojo(ArtifactFactory, RepositorySystem, Map, Map) - Constructor for class org.codehaus.mojo.versions.AbstractVersionsDependencyUpdaterMojo
-
The reactor projects for the current build.
- AbstractVersionsDisplayMojo - Class in org.codehaus.mojo.versions
-
Abstract base class for the Display___ mojos.
- AbstractVersionsDisplayMojo(ArtifactFactory, RepositorySystem, Map, Map) - Constructor for class org.codehaus.mojo.versions.AbstractVersionsDisplayMojo
-
Creates a new instance.
- AbstractVersionsReport<T> - Class in org.codehaus.mojo.versions
-
Base class for all versions reports.
- AbstractVersionsReport(I18N, ArtifactFactory, RepositorySystem, Map, ReportRendererFactory) - Constructor for class org.codehaus.mojo.versions.AbstractVersionsReport
-
Creates a new instance.
- AbstractVersionsReportRenderer<T> - Class in org.codehaus.mojo.versions.reporting
-
Base class for report renderers.
- AbstractVersionsReportRenderer(I18N, Sink, Locale, String, T, boolean) - Constructor for class org.codehaus.mojo.versions.reporting.AbstractVersionsReportRenderer
-
Creates a new renderer instance.
- AbstractVersionsUpdaterMojo - Class in org.codehaus.mojo.versions
-
Abstract base class for Versions Mojos.
- AbstractVersionsUpdaterMojo(ArtifactFactory, RepositorySystem, Map, Map) - Constructor for class org.codehaus.mojo.versions.AbstractVersionsUpdaterMojo
-
Constructor used by Mojos that update versions.
- AggregateReportUtils - Class in org.codehaus.mojo.versions.reporting.util
-
Class that contains common aggregate operations
- allowDowngrade - Variable in class org.codehaus.mojo.versions.DisplayParentUpdatesMojo
-
Whether to downgrade a snapshot dependency if
allowSnapshotsisfalseand there exists a version within the range fulfilling the criteria. - allowDowngrade - Variable in class org.codehaus.mojo.versions.UpdateParentMojo
-
Whether to downgrade a snapshot dependency if
allowSnapshotsisfalseand there exists a version within the range fulfilling the criteria. - allowDowngrade - Variable in class org.codehaus.mojo.versions.UpdatePropertiesMojoBase
-
If a property points to a version like
1.2.3and your repository contains versions like1.2.3and1.1.0without settings this totruethe property will never being changed back to1.1.0by using-DnewVersion=[1.1.0]. - allowDowngrade - Variable in class org.codehaus.mojo.versions.UseLatestReleasesMojo
-
Whether to downgrade a snapshot dependency if
allowSnapshotsisfalseand there exists a non-snapshot version within the range fulfilling the criteria. - allowDowngrade - Variable in class org.codehaus.mojo.versions.UseNextReleasesMojo
-
Whether to downgrade a snapshot dependency if
allowSnapshotsisfalseand there exists a non-snapshot version within the range fulfilling the criteria. - allowDowngrade - Variable in class org.codehaus.mojo.versions.UseNextVersionsMojo
-
Whether to downgrade a snapshot dependency if
allowSnapshotsisfalseand there exists a non-snapshot version within the range fulfilling the criteria. - allowIncrementalUpdates - Variable in class org.codehaus.mojo.versions.DisplayDependencyUpdatesMojo
-
Whether to allow the incremental version number to be changed.
- allowIncrementalUpdates - Variable in class org.codehaus.mojo.versions.DisplayParentUpdatesMojo
-
Whether to allow the incremental version number to be changed.
- allowIncrementalUpdates - Variable in class org.codehaus.mojo.versions.UpdateParentMojo
-
Whether to allow the incremental version number to be changed.
- allowIncrementalUpdates - Variable in class org.codehaus.mojo.versions.UpdatePropertiesMojoBase
-
Whether to allow the incremental version number to be changed.
- allowIncrementalUpdates - Variable in class org.codehaus.mojo.versions.UseLatestReleasesMojo
-
Whether to allow the incremental version number to be changed.
- allowIncrementalUpdates - Variable in class org.codehaus.mojo.versions.UseLatestSnapshotsMojo
-
Whether to allow the incremental version number to be changed.
- allowMajorUpdates - Variable in class org.codehaus.mojo.versions.DisplayDependencyUpdatesMojo
-
Whether to allow the major version number to be changed.
- allowMajorUpdates - Variable in class org.codehaus.mojo.versions.DisplayParentUpdatesMojo
-
Whether to allow the major version number to be changed.
- allowMajorUpdates - Variable in class org.codehaus.mojo.versions.UpdateParentMojo
-
Whether to allow the major version number to be changed.
- allowMajorUpdates - Variable in class org.codehaus.mojo.versions.UpdatePropertiesMojoBase
-
Whether to allow the major version number to be changed.
- allowMajorUpdates - Variable in class org.codehaus.mojo.versions.UseLatestReleasesMojo
-
Whether to allow the major version number to be changed.
- allowMajorUpdates - Variable in class org.codehaus.mojo.versions.UseLatestSnapshotsMojo
-
Whether to allow the major version number to be changed.
- allowMinorUpdates - Variable in class org.codehaus.mojo.versions.DisplayDependencyUpdatesMojo
-
Whether to allow the minor version number to be changed.
- allowMinorUpdates - Variable in class org.codehaus.mojo.versions.DisplayParentUpdatesMojo
-
Whether to allow the minor version number to be changed.
- allowMinorUpdates - Variable in class org.codehaus.mojo.versions.UpdateParentMojo
-
Whether to allow the minor version number to be changed.
- allowMinorUpdates - Variable in class org.codehaus.mojo.versions.UpdatePropertiesMojoBase
-
Whether to allow the minor version number to be changed.
- allowMinorUpdates - Variable in class org.codehaus.mojo.versions.UseLatestReleasesMojo
-
Whether to allow the minor version number to be changed.
- allowMinorUpdates - Variable in class org.codehaus.mojo.versions.UseLatestSnapshotsMojo
-
Whether to allow the minor version number to be changed.
- allowPreReleases - Variable in class org.codehaus.mojo.versions.UseLatestVersionsMojo
-
Whether to allow pre-release versions (alpha, beta, milestone, rc) when searching for the latest version of an artifact.
- allowSnapshots - Variable in class org.codehaus.mojo.versions.AbstractVersionsReport
-
Whether to allow snapshots when searching for the latest version of an artifact.
- allowSnapshots - Variable in class org.codehaus.mojo.versions.DisplayDependencyUpdatesMojo
-
Whether to allow snapshots when searching for the latest version of an artifact.
- allowSnapshots - Variable in class org.codehaus.mojo.versions.DisplayExtensionUpdatesMojo
-
Whether to allow snapshots when searching for the latest version of an artifact.
- allowSnapshots - Variable in class org.codehaus.mojo.versions.DisplayParentUpdatesMojo
-
Whether to allow snapshots when searching for the latest version of an artifact.
- allowSnapshots - Variable in class org.codehaus.mojo.versions.DisplayPluginUpdatesMojo
-
Whether to allow snapshots when searching for the latest version of an artifact.
- allowSnapshots - Variable in class org.codehaus.mojo.versions.DisplayPropertyUpdatesMojo
-
Whether to allow snapshots when searching for the latest version of an artifact.
- allowSnapshots - Variable in class org.codehaus.mojo.versions.ResolveRangesMojo
-
Whether to allow snapshots when searching for the latest version of an artifact.
- allowSnapshots - Variable in class org.codehaus.mojo.versions.SetMojo
-
Whether to allow snapshots when searching for the latest version of an artifact.
- allowSnapshots - Variable in class org.codehaus.mojo.versions.SetPropertyMojo
-
Whether to allow snapshots when searching for the latest version of an artifact.
- allowSnapshots - Variable in class org.codehaus.mojo.versions.SetScmTagMojo
-
Whether to allow snapshots when searching for the latest version of an artifact.
- allowSnapshots - Variable in class org.codehaus.mojo.versions.UpdateChildModulesMojo
-
Whether to allow snapshots when searching for the latest version of an artifact.
- allowSnapshots - Variable in class org.codehaus.mojo.versions.UpdateParentMojo
-
Whether to allow snapshots when searching for the latest version of an artifact.
- allowSnapshots - Variable in class org.codehaus.mojo.versions.UpdatePropertiesMojoBase
-
Whether to allow snapshots when searching for the latest version of an artifact.
- allowSnapshots - Variable in class org.codehaus.mojo.versions.UseDepVersionMojo
-
Whether to allow snapshots when searching for the latest version of an artifact.
- allowSnapshots - Variable in class org.codehaus.mojo.versions.UseLatestVersionsMojo
-
Whether to allow snapshots when searching for the latest version of an artifact.
- allowSnapshots - Variable in class org.codehaus.mojo.versions.UseNextVersionsMojo
-
Whether to allow snapshots when searching for the latest version of an artifact.
- allowSnapshots - Variable in class org.codehaus.mojo.versions.UseReactorMojo
-
Whether to allow snapshots when searching for the latest version of an artifact.
- allUpdatesCache - Variable in class org.codehaus.mojo.versions.reporting.AbstractVersionsReportRenderer
-
Cache for all updates (used for details rendering)
- artifactFactory - Variable in class org.codehaus.mojo.versions.AbstractVersionsUpdaterMojo
-
An
ArtifactFactoryinstance. - artifactVersionsFilter(ArtifactVersion) - Method in class org.codehaus.mojo.versions.UpdateParentMojo
- artifactVersionsFilter(ArtifactVersion) - Method in class org.codehaus.mojo.versions.UseLatestReleasesMojo
- artifactVersionsFilter(ArtifactVersion) - Method in class org.codehaus.mojo.versions.UseLatestSnapshotsMojo
- artifactVersionsFilter(ArtifactVersion) - Method in class org.codehaus.mojo.versions.UseLatestVersionsMojo
- artifactVersionsFilter(ArtifactVersion) - Method in class org.codehaus.mojo.versions.UseLatestVersionsMojoBase
-
A filter for artifact versions to be considered.
- artifactVersionsFilter(ArtifactVersion) - Method in class org.codehaus.mojo.versions.UseNextReleasesMojo
- artifactVersionsFilter(ArtifactVersion) - Method in class org.codehaus.mojo.versions.UseNextSnapshotsMojo
- artifactVersionsFilter(ArtifactVersion) - Method in class org.codehaus.mojo.versions.UseNextVersionsMojo
- autoLinkItems - Variable in class org.codehaus.mojo.versions.UpdatePropertiesMojoBase
-
Whether properties linking versions should be auto-detected or not.
B
- bundleName - Variable in class org.codehaus.mojo.versions.reporting.VersionsReportRendererBase
-
The name of the bundle containing our I18n resources.
C
- canGenerateReport() - Method in class org.codehaus.mojo.versions.AbstractDependencyUpdatesReport
- canGenerateReport() - Method in class org.codehaus.mojo.versions.AbstractPluginUpdatesReport
- canGenerateReport() - Method in class org.codehaus.mojo.versions.AbstractPropertyUpdatesReport
- canGenerateReport() - Method in class org.codehaus.mojo.versions.ParentUpdatesReport
- CommitMojo - Class in org.codehaus.mojo.versions
-
Removes the initial backup of the pom, thereby accepting the changes.
- CommitMojo() - Constructor for class org.codehaus.mojo.versions.CommitMojo
-
Creates a new instance.
- CompareDependenciesMojo - Class in org.codehaus.mojo.versions
-
Compare dependency versions of the current project to dependencies or dependency management of a remote repository project.
- CompareDependenciesMojo(ArtifactFactory, RepositorySystem, Map, ProjectBuilder, Map) - Constructor for class org.codehaus.mojo.versions.CompareDependenciesMojo
-
Creates a new instance
- computeOverviewStats() - Method in class org.codehaus.mojo.versions.reporting.AbstractVersionsReportRenderer
-
Computes the OverviewStats object needed to render the summary table row
- computeOverviewStats() - Method in class org.codehaus.mojo.versions.reporting.DependencyUpdatesReportRenderer
- computeOverviewStats() - Method in class org.codehaus.mojo.versions.reporting.PluginUpdatesReportRenderer
-
Computes the OverviewStats object needed to render the summary table row
- computeOverviewStats() - Method in class org.codehaus.mojo.versions.reporting.PropertyUpdatesReportRenderer
- createReportRenderer(String, Sink, Locale, U, boolean) - Method in interface org.codehaus.mojo.versions.reporting.ReportRendererFactory
-
Creates a new ReportRenderer instance for the given report renderer name.
- createReportRenderer(String, Sink, Locale, U, boolean) - Method in class org.codehaus.mojo.versions.reporting.ReportRendererFactoryImpl
-
Creates a new ReportRenderer instance for the given report renderer name.
D
- DEPENDENCY_UPDATES_AGGREGATE_REPORT - Static variable in class org.codehaus.mojo.versions.reporting.ReportRendererFactoryImpl
-
The report name for the aggregate dependency updates report
- DEPENDENCY_UPDATES_REPORT - Static variable in class org.codehaus.mojo.versions.reporting.ReportRendererFactoryImpl
-
The report name for the dependency updates report
- dependencyExcludes - Variable in class org.codehaus.mojo.versions.DisplayDependencyUpdatesMojo
-
Do not take the specified input dependencies into account.
- dependencyIncludes - Variable in class org.codehaus.mojo.versions.DisplayDependencyUpdatesMojo
-
Only take the specified input dependencies into account.
- DependencyUpdatesAggregateReport - Class in org.codehaus.mojo.versions
-
Generates an aggregate report of available updates for the dependencies of a project.
- DependencyUpdatesAggregateReport(I18N, ArtifactFactory, RepositorySystem, Map, ReportRendererFactory) - Constructor for class org.codehaus.mojo.versions.DependencyUpdatesAggregateReport
-
Creates a new instance
- DependencyUpdatesLoggingHelper - Class in org.codehaus.mojo.versions.internal
-
Helper class for
DisplayDependencyUpdatesMojoandDisplayExtensionUpdatesMojo, provides a way for formatting logging dependency updates - DependencyUpdatesLoggingHelper(MavenProject, Log, ArtifactFactory, RuleService, Optional, boolean, int, boolean) - Constructor for class org.codehaus.mojo.versions.internal.DependencyUpdatesLoggingHelper
-
Constructs a new instance.
- DependencyUpdatesLoggingHelper.DependencyUpdatesResult - Interface in org.codehaus.mojo.versions.internal
-
Defines the list of dependencies using current versions and the list of dependencies having updates
- DependencyUpdatesModel - Class in org.codehaus.mojo.versions.reporting.model
-
Model class for using with the ReportRenderer API
- DependencyUpdatesModel(Map, Map) - Constructor for class org.codehaus.mojo.versions.reporting.model.DependencyUpdatesModel
-
Creates a new model instance with the given maps of dependency updates.
- DependencyUpdatesReport - Class in org.codehaus.mojo.versions
-
Generates a report of available updates for the dependencies of a project.
- DependencyUpdatesReport(I18N, ArtifactFactory, RepositorySystem, Map, ReportRendererFactory) - Constructor for class org.codehaus.mojo.versions.DependencyUpdatesReport
-
Creates a new instance
- DependencyUpdatesReportRenderer<K> - Class in org.codehaus.mojo.versions.reporting
-
A renderer for Dependency updates reports, using a
DependencyUpdatesModel. - DependencyUpdatesReportRenderer(I18N, Sink, Locale, String, K, boolean) - Constructor for class org.codehaus.mojo.versions.reporting.DependencyUpdatesReportRenderer
-
Creates a new instance.
- DependencyUpdatesXmlReportRenderer - Class in org.codehaus.mojo.versions.xml
-
XML renderer for DependencyUpdatesReport creates an xml file in target directory and writes report about available dependency/dependency management updates.
- DependencyUpdatesXmlReportRenderer(DependencyUpdatesModel, Path, boolean) - Constructor for class org.codehaus.mojo.versions.xml.DependencyUpdatesXmlReportRenderer
-
Creates a new instance
- depVersion - Variable in class org.codehaus.mojo.versions.UseDepVersionMojo
-
The exact version to be applied for the included dependencies
- DisplayDependencyUpdatesMojo - Class in org.codehaus.mojo.versions
-
Displays all dependencies that have newer versions available.
- DisplayDependencyUpdatesMojo(ArtifactFactory, RepositorySystem, Map, Map) - Constructor for class org.codehaus.mojo.versions.DisplayDependencyUpdatesMojo
-
Creates a new instance
- DisplayExtensionUpdatesMojo - Class in org.codehaus.mojo.versions
-
Displays all build and core extensions that have newer versions available.
- DisplayExtensionUpdatesMojo(ArtifactFactory, RepositorySystem, Map, Map) - Constructor for class org.codehaus.mojo.versions.DisplayExtensionUpdatesMojo
-
Creates a new instance.
- DisplayParentUpdatesMojo - Class in org.codehaus.mojo.versions
-
Displays any updates of the project's parent project
- DisplayParentUpdatesMojo(ArtifactFactory, RepositorySystem, Map, Map) - Constructor for class org.codehaus.mojo.versions.DisplayParentUpdatesMojo
-
Creates a new instance
- DisplayPluginUpdatesMojo - Class in org.codehaus.mojo.versions
-
Displays all plugins that have newer versions available, taking care of Maven version prerequisites.
- DisplayPluginUpdatesMojo(ArtifactFactory, RepositorySystem, ProjectBuilder, Map, LifecycleExecutor, ModelInterpolator, RuntimeInformation, Map) - Constructor for class org.codehaus.mojo.versions.DisplayPluginUpdatesMojo
-
Creates a new instance.
- DisplayPropertyUpdatesMojo - Class in org.codehaus.mojo.versions
-
Displays properties that are linked to artifact versions and have updates available.
- DisplayPropertyUpdatesMojo(ArtifactFactory, RepositorySystem, Map, Map) - Constructor for class org.codehaus.mojo.versions.DisplayPropertyUpdatesMojo
-
Creates a new instance.
- doGenerateReport(Locale, Sink) - Method in class org.codehaus.mojo.versions.AbstractDependencyUpdatesReport
-
generates an empty report in case there are no sources to generate a report with
- doGenerateReport(Locale, Sink) - Method in class org.codehaus.mojo.versions.AbstractPluginUpdatesReport
-
generates an empty report in case there are no sources to generate a report with
- doGenerateReport(Locale, Sink) - Method in class org.codehaus.mojo.versions.AbstractPropertyUpdatesReport
- doGenerateReport(Locale, Sink) - Method in class org.codehaus.mojo.versions.AbstractVersionsReport
-
generates the report.
- doGenerateReport(Locale, Sink) - Method in class org.codehaus.mojo.versions.ParentUpdatesReport
-
generates an empty report in case there are no sources to generate a report with
E
- equals(ArtifactVersion, ArtifactVersion) - Method in class org.codehaus.mojo.versions.reporting.VersionsReportRendererBase
-
Compares two artifact versions for equality.
- execute() - Method in class org.codehaus.mojo.versions_maven_plugin.HelpMojo
- execute() - Method in class org.codehaus.mojo.versions.AbstractVersionsUpdaterMojo
- execute() - Method in class org.codehaus.mojo.versions.CommitMojo
- execute() - Method in class org.codehaus.mojo.versions.DisplayDependencyUpdatesMojo
- execute() - Method in class org.codehaus.mojo.versions.DisplayExtensionUpdatesMojo
- execute() - Method in class org.codehaus.mojo.versions.DisplayParentUpdatesMojo
- execute() - Method in class org.codehaus.mojo.versions.DisplayPluginUpdatesMojo
- execute() - Method in class org.codehaus.mojo.versions.DisplayPropertyUpdatesMojo
- execute() - Method in class org.codehaus.mojo.versions.RevertMojo
- execute() - Method in class org.codehaus.mojo.versions.SetMojo
-
Called when this mojo is executed.
- execute() - Method in class org.codehaus.mojo.versions.SetScmTagMojo
-
Called when this mojo is executed.
- execute() - Method in class org.codehaus.mojo.versions.UpdateChildModulesMojo
-
Called when this mojo is executed.
- execute() - Method in class org.codehaus.mojo.versions.UseDepVersionMojo
- executeReport(Locale) - Method in class org.codehaus.mojo.versions.AbstractVersionsReport
F
- failIfNotReplaced - Variable in class org.codehaus.mojo.versions.ForceReleasesMojo
-
Whether to fail if a SNAPSHOT could not be replaced
- failIfNotReplaced - Variable in class org.codehaus.mojo.versions.UseReleasesMojo
-
Whether to fail if a SNAPSHOT could not be replaced
- findArtifact(Dependency) - Method in class org.codehaus.mojo.versions.AbstractVersionsDependencyUpdaterMojo
-
Try to find the dependency artifact that matches the given dependency.
- findLatestVersion(Artifact, VersionRange, Boolean, boolean) - Method in class org.codehaus.mojo.versions.AbstractVersionsUpdaterMojo
-
Finds the latest version of the specified artifact that matches the version range.
- ForceReleasesMojo - Class in org.codehaus.mojo.versions
-
Replaces any -SNAPSHOT versions with a release version, older if necessary (if there has been a release).
- ForceReleasesMojo(ArtifactFactory, RepositorySystem, Map, Map) - Constructor for class org.codehaus.mojo.versions.ForceReleasesMojo
-
Creates a new instance.
- forceUpdate - Variable in class org.codehaus.mojo.versions.DisplayParentUpdatesMojo
-
to update parent version by force when it is RELEASE or LATEST
- forceUpdate - Variable in class org.codehaus.mojo.versions.UpdateParentMojo
-
to update parent version by force when it is RELEASE or LATEST
- forceVersion - Variable in class org.codehaus.mojo.versions.UseDepVersionMojo
-
If set to
true, will use whatever version is supplied without attempting to validate that such a version is obtainable from the repository chain. - formats - Variable in class org.codehaus.mojo.versions.AbstractDependencyUpdatesReport
-
Report formats (html and/or xml).
- formats - Variable in class org.codehaus.mojo.versions.AbstractPropertyUpdatesReport
-
Report formats (html and/or xml).
- fromUpdates(Collection, ArtifactVersionsCache, boolean) - Static method in class org.codehaus.mojo.versions.reporting.OverviewStats
-
Creates a OverviewStats instance based on the collection of version updates in the argument
- fromUpdates(Collection, ArtifactVersionsCache, boolean) - Static method in class org.codehaus.mojo.versions.reporting.PluginOverviewStats
-
Creates a PluginOverviewStats instance based on the collection of version updates in the argument
G
- generateBackupPoms - Variable in class org.codehaus.mojo.versions.AbstractVersionsUpdaterMojo
-
Controls whether a backup pom should be created.
- getAllowDowngrade() - Method in class org.codehaus.mojo.versions.UpdateParentMojo
- getAllowDowngrade() - Method in class org.codehaus.mojo.versions.UseLatestReleasesMojo
- getAllowDowngrade() - Method in class org.codehaus.mojo.versions.UseLatestSnapshotsMojo
- getAllowDowngrade() - Method in class org.codehaus.mojo.versions.UseLatestVersionsMojo
- getAllowDowngrade() - Method in class org.codehaus.mojo.versions.UseLatestVersionsMojoBase
-
Whether downgrades should be allowed when searching for newer versions
- getAllowDowngrade() - Method in class org.codehaus.mojo.versions.UseNextReleasesMojo
- getAllowDowngrade() - Method in class org.codehaus.mojo.versions.UseNextSnapshotsMojo
- getAllowDowngrade() - Method in class org.codehaus.mojo.versions.UseNextVersionsMojo
- getAllowIncrementalUpdates() - Method in class org.codehaus.mojo.versions.UpdateParentMojo
- getAllowIncrementalUpdates() - Method in class org.codehaus.mojo.versions.UseLatestReleasesMojo
- getAllowIncrementalUpdates() - Method in class org.codehaus.mojo.versions.UseLatestSnapshotsMojo
- getAllowIncrementalUpdates() - Method in class org.codehaus.mojo.versions.UseLatestVersionsMojo
- getAllowIncrementalUpdates() - Method in class org.codehaus.mojo.versions.UseLatestVersionsMojoBase
-
Whether incremental updates should be allowed when searching for newer versions
- getAllowIncrementalUpdates() - Method in class org.codehaus.mojo.versions.UseNextReleasesMojo
- getAllowIncrementalUpdates() - Method in class org.codehaus.mojo.versions.UseNextSnapshotsMojo
- getAllowIncrementalUpdates() - Method in class org.codehaus.mojo.versions.UseNextVersionsMojo
- getAllowMajorUpdates() - Method in class org.codehaus.mojo.versions.UpdateParentMojo
- getAllowMajorUpdates() - Method in class org.codehaus.mojo.versions.UseLatestReleasesMojo
- getAllowMajorUpdates() - Method in class org.codehaus.mojo.versions.UseLatestSnapshotsMojo
- getAllowMajorUpdates() - Method in class org.codehaus.mojo.versions.UseLatestVersionsMojo
- getAllowMajorUpdates() - Method in class org.codehaus.mojo.versions.UseLatestVersionsMojoBase
-
Whether snapshots should be allowed when searching for newer versions
- getAllowMajorUpdates() - Method in class org.codehaus.mojo.versions.UseNextReleasesMojo
- getAllowMajorUpdates() - Method in class org.codehaus.mojo.versions.UseNextSnapshotsMojo
- getAllowMajorUpdates() - Method in class org.codehaus.mojo.versions.UseNextVersionsMojo
- getAllowMinorUpdates() - Method in class org.codehaus.mojo.versions.UpdateParentMojo
- getAllowMinorUpdates() - Method in class org.codehaus.mojo.versions.UseLatestReleasesMojo
- getAllowMinorUpdates() - Method in class org.codehaus.mojo.versions.UseLatestSnapshotsMojo
- getAllowMinorUpdates() - Method in class org.codehaus.mojo.versions.UseLatestVersionsMojo
- getAllowMinorUpdates() - Method in class org.codehaus.mojo.versions.UseLatestVersionsMojoBase
-
Whether minor updates should be allowed when searching for newer versions
- getAllowMinorUpdates() - Method in class org.codehaus.mojo.versions.UseNextReleasesMojo
- getAllowMinorUpdates() - Method in class org.codehaus.mojo.versions.UseNextSnapshotsMojo
- getAllowMinorUpdates() - Method in class org.codehaus.mojo.versions.UseNextVersionsMojo
- getAllowSnapshots() - Method in class org.codehaus.mojo.versions.AbstractVersionsReport
-
Whether to allow snapshots when searching for the latest version of an artifact.
- getAllowSnapshots() - Method in class org.codehaus.mojo.versions.AbstractVersionsUpdaterMojo
-
trueif snapshots should be allowed when searching for newer versions of artifacts. - getAllowSnapshots() - Method in class org.codehaus.mojo.versions.CompareDependenciesMojo
- getAllowSnapshots() - Method in class org.codehaus.mojo.versions.DisplayDependencyUpdatesMojo
- getAllowSnapshots() - Method in class org.codehaus.mojo.versions.DisplayExtensionUpdatesMojo
- getAllowSnapshots() - Method in class org.codehaus.mojo.versions.DisplayParentUpdatesMojo
- getAllowSnapshots() - Method in class org.codehaus.mojo.versions.DisplayPluginUpdatesMojo
- getAllowSnapshots() - Method in class org.codehaus.mojo.versions.DisplayPropertyUpdatesMojo
- getAllowSnapshots() - Method in class org.codehaus.mojo.versions.ForceReleasesMojo
- getAllowSnapshots() - Method in class org.codehaus.mojo.versions.LockSnapshotsMojo
- getAllowSnapshots() - Method in class org.codehaus.mojo.versions.ResolveRangesMojo
- getAllowSnapshots() - Method in class org.codehaus.mojo.versions.SetMojo
- getAllowSnapshots() - Method in class org.codehaus.mojo.versions.SetPropertyMojo
- getAllowSnapshots() - Method in class org.codehaus.mojo.versions.SetScmTagMojo
- getAllowSnapshots() - Method in class org.codehaus.mojo.versions.UnlockSnapshotsMojo
- getAllowSnapshots() - Method in class org.codehaus.mojo.versions.UpdateChildModulesMojo
- getAllowSnapshots() - Method in class org.codehaus.mojo.versions.UpdateParentMojo
- getAllowSnapshots() - Method in class org.codehaus.mojo.versions.UpdatePropertiesMojoBase
- getAllowSnapshots() - Method in class org.codehaus.mojo.versions.UseDepVersionMojo
- getAllowSnapshots() - Method in class org.codehaus.mojo.versions.UseLatestReleasesMojo
- getAllowSnapshots() - Method in class org.codehaus.mojo.versions.UseLatestSnapshotsMojo
- getAllowSnapshots() - Method in class org.codehaus.mojo.versions.UseLatestVersionsMojo
- getAllowSnapshots() - Method in class org.codehaus.mojo.versions.UseLatestVersionsMojoBase
-
Whether snapshots should be allowed when searching for newer versions
- getAllowSnapshots() - Method in class org.codehaus.mojo.versions.UseNextReleasesMojo
- getAllowSnapshots() - Method in class org.codehaus.mojo.versions.UseNextSnapshotsMojo
- getAllowSnapshots() - Method in class org.codehaus.mojo.versions.UseNextVersionsMojo
- getAllowSnapshots() - Method in class org.codehaus.mojo.versions.UseReactorMojo
- getAllowSnapshots() - Method in class org.codehaus.mojo.versions.UseReleasesMojo
- getAllUpdates() - Method in class org.codehaus.mojo.versions.reporting.model.AbstractUpdatesModel
-
Returns a map of all updates per "artifact" (here modeled by
Dependency). - getAllUpdates() - Method in class org.codehaus.mojo.versions.reporting.model.PropertyUpdatesModel
-
Gets the map of all property updates.
- getAny() - Method in class org.codehaus.mojo.versions.reporting.OverviewStats
-
Gets the number of updates available within the sub-incremental segment
- getArtifactManagementUpdates() - Method in class org.codehaus.mojo.versions.reporting.model.AbstractUpdatesModel
-
Returns a map of "management updates" per "artifact" (here modeled by
Dependency). - getArtifactUpdates() - Method in class org.codehaus.mojo.versions.reporting.model.AbstractUpdatesModel
-
Returns a map of updates per "artifact" (here modeled by
Dependency). - getChangeRecorder() - Method in class org.codehaus.mojo.versions.AbstractVersionsUpdaterMojo
-
Configure and return the change recorder.
- getDependencies() - Method in class org.codehaus.mojo.versions.reporting.PluginOverviewStats
-
Gets the number of plugins with dependency updates available
- getDependencyUpdates(Map) - Method in class org.codehaus.mojo.versions.internal.DependencyUpdatesLoggingHelper
-
Compiles a
DependencyUpdatesLoggingHelper.DependencyUpdatesResultobject containing dependency updates for the given dependency map and the given unchanged segment. - getDescription(Locale) - Method in class org.codehaus.mojo.versions.AbstractVersionsReport
- getExcludeReactor() - Method in class org.codehaus.mojo.versions.AbstractVersionsDependencyUpdaterMojo
-
Should the artifacts produced in the current reactor be excluded from processing.
- getHelper() - Method in class org.codehaus.mojo.versions.AbstractVersionsReport
-
Returns the configured
VersionsHelperinstance, creating it lazily. - getHelper() - Method in class org.codehaus.mojo.versions.AbstractVersionsUpdaterMojo
-
Returns the configured
VersionsHelperinstance, creating it lazily. - getI18n() - Method in class org.codehaus.mojo.versions.AbstractVersionsReport
-
Getter the
I18Ninstance. - getIncremental() - Method in class org.codehaus.mojo.versions.reporting.OverviewStats
-
Gets the number of updates available within the incremental segment
- getIncrementedVersion(String, Integer) - Method in class org.codehaus.mojo.versions.SetMojo
-
Returns the incremented version, with the nextSnapshotIndexToIncrement indicating the 1-based index, from the left, or the most major version component, of the version string.
- getLabel(ArtifactVersion, AbstractVersionDetails) - Method in class org.codehaus.mojo.versions.reporting.AbstractVersionsReportRenderer
-
Returns a text label to describe if the given version is a major, minor, incremental or subincremental update.
- getMajor() - Method in class org.codehaus.mojo.versions.reporting.OverviewStats
-
Gets the number of updates available within the major segment
- getMinor() - Method in class org.codehaus.mojo.versions.reporting.OverviewStats
-
Gets the number of updates available within the minor segment
- getName(Locale) - Method in class org.codehaus.mojo.versions.AbstractVersionsReport
- getNewestUpdate(ArtifactVersionsCache, V, Optional, boolean) - Static method in class org.codehaus.mojo.versions.reporting.OverviewStats
-
Retrieves the newest update for the given details, segment and snapshot allowance from the cache.
- getOutputLineWidthOffset() - Method in class org.codehaus.mojo.versions.AbstractVersionsDisplayMojo
-
Get the offset of the configured output line width compared to the default with of 80.
- getOutputName() - Method in class org.codehaus.mojo.versions.AbstractVersionsReport
-
Deprecated.
- getOutputPath() - Method in class org.codehaus.mojo.versions.DependencyUpdatesAggregateReport
- getOutputPath() - Method in class org.codehaus.mojo.versions.DependencyUpdatesReport
- getOutputPath() - Method in class org.codehaus.mojo.versions.ParentUpdatesReport
- getOutputPath() - Method in class org.codehaus.mojo.versions.PluginUpdatesAggregateReport
- getOutputPath() - Method in class org.codehaus.mojo.versions.PluginUpdatesReport
- getOutputPath() - Method in class org.codehaus.mojo.versions.PropertyUpdatesAggregateReport
- getOutputPath() - Method in class org.codehaus.mojo.versions.PropertyUpdatesReport
- getParentDependency() - Method in class org.codehaus.mojo.versions.AbstractVersionsDependencyUpdaterMojo
-
Returns the
Dependencyinstance for the parent project - getProcessDependencies() - Method in class org.codehaus.mojo.versions.AbstractVersionsDependencyUpdaterMojo
-
Should the project/dependencies section of the pom be processed.
- getProcessDependencies() - Method in class org.codehaus.mojo.versions.CompareDependenciesMojo
- getProcessDependencies() - Method in class org.codehaus.mojo.versions.ForceReleasesMojo
- getProcessDependencies() - Method in class org.codehaus.mojo.versions.LockSnapshotsMojo
- getProcessDependencies() - Method in class org.codehaus.mojo.versions.ResolveRangesMojo
- getProcessDependencies() - Method in class org.codehaus.mojo.versions.UnlockSnapshotsMojo
- getProcessDependencies() - Method in class org.codehaus.mojo.versions.UpdateParentMojo
- getProcessDependencies() - Method in class org.codehaus.mojo.versions.UpdatePropertiesMojo
- getProcessDependencies() - Method in class org.codehaus.mojo.versions.UpdatePropertyMojo
- getProcessDependencies() - Method in class org.codehaus.mojo.versions.UseDepVersionMojo
- getProcessDependencies() - Method in class org.codehaus.mojo.versions.UseLatestReleasesMojo
- getProcessDependencies() - Method in class org.codehaus.mojo.versions.UseLatestSnapshotsMojo
- getProcessDependencies() - Method in class org.codehaus.mojo.versions.UseLatestVersionsMojo
- getProcessDependencies() - Method in class org.codehaus.mojo.versions.UseNextReleasesMojo
- getProcessDependencies() - Method in class org.codehaus.mojo.versions.UseNextSnapshotsMojo
- getProcessDependencies() - Method in class org.codehaus.mojo.versions.UseNextVersionsMojo
- getProcessDependencies() - Method in class org.codehaus.mojo.versions.UseReactorMojo
- getProcessDependencies() - Method in class org.codehaus.mojo.versions.UseReleasesMojo
- getProcessDependencyManagement() - Method in class org.codehaus.mojo.versions.AbstractVersionsDependencyUpdaterMojo
-
Should the project/dependencyManagement section of the pom be processed.
- getProcessDependencyManagement() - Method in class org.codehaus.mojo.versions.CompareDependenciesMojo
- getProcessDependencyManagement() - Method in class org.codehaus.mojo.versions.ForceReleasesMojo
- getProcessDependencyManagement() - Method in class org.codehaus.mojo.versions.LockSnapshotsMojo
- getProcessDependencyManagement() - Method in class org.codehaus.mojo.versions.ResolveRangesMojo
- getProcessDependencyManagement() - Method in class org.codehaus.mojo.versions.UnlockSnapshotsMojo
- getProcessDependencyManagement() - Method in class org.codehaus.mojo.versions.UpdateParentMojo
- getProcessDependencyManagement() - Method in class org.codehaus.mojo.versions.UpdatePropertiesMojo
- getProcessDependencyManagement() - Method in class org.codehaus.mojo.versions.UpdatePropertyMojo
- getProcessDependencyManagement() - Method in class org.codehaus.mojo.versions.UseDepVersionMojo
- getProcessDependencyManagement() - Method in class org.codehaus.mojo.versions.UseLatestReleasesMojo
- getProcessDependencyManagement() - Method in class org.codehaus.mojo.versions.UseLatestSnapshotsMojo
- getProcessDependencyManagement() - Method in class org.codehaus.mojo.versions.UseLatestVersionsMojo
- getProcessDependencyManagement() - Method in class org.codehaus.mojo.versions.UseNextReleasesMojo
- getProcessDependencyManagement() - Method in class org.codehaus.mojo.versions.UseNextSnapshotsMojo
- getProcessDependencyManagement() - Method in class org.codehaus.mojo.versions.UseNextVersionsMojo
- getProcessDependencyManagement() - Method in class org.codehaus.mojo.versions.UseReactorMojo
- getProcessDependencyManagement() - Method in class org.codehaus.mojo.versions.UseReleasesMojo
- getProcessParent() - Method in class org.codehaus.mojo.versions.AbstractVersionsDependencyUpdaterMojo
-
Should the project/parent section of the pom be processed.
- getProcessParent() - Method in class org.codehaus.mojo.versions.CompareDependenciesMojo
- getProcessParent() - Method in class org.codehaus.mojo.versions.ForceReleasesMojo
- getProcessParent() - Method in class org.codehaus.mojo.versions.LockSnapshotsMojo
- getProcessParent() - Method in class org.codehaus.mojo.versions.ResolveRangesMojo
- getProcessParent() - Method in class org.codehaus.mojo.versions.UnlockSnapshotsMojo
- getProcessParent() - Method in class org.codehaus.mojo.versions.UpdateParentMojo
- getProcessParent() - Method in class org.codehaus.mojo.versions.UpdatePropertiesMojo
- getProcessParent() - Method in class org.codehaus.mojo.versions.UpdatePropertyMojo
- getProcessParent() - Method in class org.codehaus.mojo.versions.UseDepVersionMojo
- getProcessParent() - Method in class org.codehaus.mojo.versions.UseLatestReleasesMojo
- getProcessParent() - Method in class org.codehaus.mojo.versions.UseLatestSnapshotsMojo
- getProcessParent() - Method in class org.codehaus.mojo.versions.UseLatestVersionsMojo
- getProcessParent() - Method in class org.codehaus.mojo.versions.UseNextReleasesMojo
- getProcessParent() - Method in class org.codehaus.mojo.versions.UseNextSnapshotsMojo
- getProcessParent() - Method in class org.codehaus.mojo.versions.UseNextVersionsMojo
- getProcessParent() - Method in class org.codehaus.mojo.versions.UseReactorMojo
- getProcessParent() - Method in class org.codehaus.mojo.versions.UseReleasesMojo
- getProject() - Method in class org.codehaus.mojo.versions.AbstractVersionsUpdaterMojo
-
Getter for property 'project'.
- getProjectsToProcess(MavenProject) - Static method in class org.codehaus.mojo.versions.reporting.util.AggregateReportUtils
-
Returns an aggregated list of
MavenProjectfor the given project. - getRequest(MavenProject) - Method in class org.codehaus.mojo.versions.AbstractPropertyUpdatesReport
-
Creates a new instance of the
VersionsHelper.VersionPropertiesMapRequestbased on the providedMavenProject. - getText(String) - Method in class org.codehaus.mojo.versions.reporting.VersionsReportRendererBase
-
Gets the localized message for this report.
- getText(Locale, String) - Method in class org.codehaus.mojo.versions.AbstractVersionsReport
-
Gets the localized message for this report.
- getTitle() - Method in class org.codehaus.mojo.versions.reporting.VersionsReportRendererBase
- getTitle() - Method in class org.codehaus.mojo.versions.xml.DependencyUpdatesXmlReportRenderer
- getTitle() - Method in class org.codehaus.mojo.versions.xml.PluginUpdatesXmlReportRenderer
- getTitle() - Method in class org.codehaus.mojo.versions.xml.PropertyUpdatesXmlReportRenderer
- getUpToDate() - Method in class org.codehaus.mojo.versions.reporting.OverviewStats
-
Gets the number of up-to-date artifacts
- getUsingLatest() - Method in interface org.codehaus.mojo.versions.internal.DependencyUpdatesLoggingHelper.DependencyUpdatesResult
-
Returns the list of dependencies using the latest version available (i.e.
- getVersion() - Method in class org.codehaus.mojo.versions.AbstractVersionsUpdaterMojo
-
Gets the version of the project being processed.
- getWithUpdates() - Method in interface org.codehaus.mojo.versions.internal.DependencyUpdatesLoggingHelper.DependencyUpdatesResult
-
Returns the list of dependencies with updates available (i.e.
H
- handleDependencyManagementTransitive(MavenProject, Set) - Method in class org.codehaus.mojo.versions.AbstractDependencyUpdatesReport
-
Collects transitive dependency management, storing the dependencies in the provided collector
- hasDependencyManagement(MavenProject) - Method in class org.codehaus.mojo.versions.AbstractDependencyUpdatesReport
-
Returns
trueif the givenMavenProjecthas a non-empty dependency management section - hasIncludes() - Method in class org.codehaus.mojo.versions.AbstractVersionsDependencyUpdaterMojo
-
Indicates whether any includes were specified via the 'includes' or 'includesList' options.
- haveBuildPluginManagementPlugins(MavenProject) - Method in class org.codehaus.mojo.versions.AbstractPluginUpdatesReport
-
Returns
trueif the givenMavenProjecthas a non-empty plugin management section - haveBuildPlugins(MavenProject) - Method in class org.codehaus.mojo.versions.AbstractPluginUpdatesReport
-
Returns
trueif the givenMavenProjecthas a non-empty plugins section. - haveBuildProperties() - Method in class org.codehaus.mojo.versions.AbstractPropertyUpdatesReport
-
Returns whether the current project has any properties defined in its build.
- haveBuildProperties() - Method in class org.codehaus.mojo.versions.PropertyUpdatesAggregateReport
-
Returns whether the current project has any properties defined in its build.
- headerAttributes - Variable in class org.codehaus.mojo.versions.reporting.AbstractVersionsReportRenderer
-
Table header attributes
- HelpMojo - Class in org.codehaus.mojo.versions_maven_plugin
-
Display help information on versions-maven-plugin.
Callmvn versions:help -Ddetail=true -Dgoal=<goal-name>to display parameter details. - HelpMojo() - Constructor for class org.codehaus.mojo.versions_maven_plugin.HelpMojo
I
- i18n - Variable in class org.codehaus.mojo.versions.AbstractVersionsReport
-
Internationalization component.
- i18n - Variable in class org.codehaus.mojo.versions.reporting.VersionsReportRendererBase
-
Internationalization component.
- ignoredVersions - Variable in class org.codehaus.mojo.versions.AbstractVersionsReport
-
Allows specifying ignored versions directly as an alternative to providing the AbstractVersionsReport.ruleSet parameter; mainly created for
-Dproperty usage. - ignoredVersions - Variable in class org.codehaus.mojo.versions.AbstractVersionsUpdaterMojo
-
Allows specifying ignored versions directly as an alternative to providing the AbstractVersionsUpdaterMojo.ruleSet parameter; mainly created for
-Dproperty usage. - ignoreRemoteDependencies - Variable in class org.codehaus.mojo.versions.CompareDependenciesMojo
-
Ignore the list of remote dependencies and only compare the remote dependencyManagement
- ignoreRemoteDependencyManagement - Variable in class org.codehaus.mojo.versions.CompareDependenciesMojo
-
Ignore the remote dependency management and only check against the actual dependencies of the remote project
- includeParent - Variable in class org.codehaus.mojo.versions.DisplayPropertyUpdatesMojo
-
Whether to include property updates from parent.
- includeParent - Variable in class org.codehaus.mojo.versions.UpdatePropertiesMojoBase
-
Whether to include parent POMs in the search.
- incrementAny() - Method in class org.codehaus.mojo.versions.reporting.OverviewStats
-
Increments the number of updates available within the sub-incremental segment
- incrementDependencies() - Method in class org.codehaus.mojo.versions.reporting.PluginOverviewStats
-
Increments the number of plugins with dependency updates available
- incrementIncremental() - Method in class org.codehaus.mojo.versions.reporting.OverviewStats
-
Increments the number of updates available within the incremental segment
- incrementMajor() - Method in class org.codehaus.mojo.versions.reporting.OverviewStats
-
Increments the number of updates available within the major segment
- incrementMinor() - Method in class org.codehaus.mojo.versions.reporting.OverviewStats
-
Increments the number of updates available within the minor segment
- incrementUpToDate() - Method in class org.codehaus.mojo.versions.reporting.OverviewStats
-
Increments the number of up-to-date artifacts
- interpolateProperties - Variable in class org.codehaus.mojo.versions.DisplayExtensionUpdatesMojo
-
If set to
false, the plugin will not interpolate property values when looking for versions to be changed, but will instead operate on raw model. - isAllowSnapshots() - Method in interface org.codehaus.mojo.versions.reporting.util.ReportRenderer
-
If
true, the report renderer will include snapshots in the report - isAllowSnapshots() - Method in class org.codehaus.mojo.versions.reporting.VersionsReportRendererBase
- isAllowSnapshots() - Method in class org.codehaus.mojo.versions.xml.DependencyUpdatesXmlReportRenderer
- isAllowSnapshots() - Method in class org.codehaus.mojo.versions.xml.PluginUpdatesXmlReportRenderer
- isAllowSnapshots() - Method in class org.codehaus.mojo.versions.xml.PropertyUpdatesXmlReportRenderer
- isExternalReport() - Method in class org.codehaus.mojo.versions.AbstractDependencyUpdatesReport
- isExternalReport() - Method in class org.codehaus.mojo.versions.AbstractPluginUpdatesReport
- isExternalReport() - Method in class org.codehaus.mojo.versions.AbstractPropertyUpdatesReport
- isExternalReport() - Method in class org.codehaus.mojo.versions.ParentUpdatesReport
- isHandledByProperty(Dependency) - Method in class org.codehaus.mojo.versions.AbstractVersionsDependencyUpdaterMojo
-
Should the dependency be updated itself or is it handled by properties.
- isIncluded(Artifact) - Method in class org.codehaus.mojo.versions.AbstractVersionsDependencyUpdaterMojo
-
Determine if the artifact is included in the list of artifacts to be processed.
- isProducedByReactor(Dependency) - Method in class org.codehaus.mojo.versions.AbstractVersionsDependencyUpdaterMojo
-
Returns
trueif the dependency is produced by the current reactor.
L
- locale - Variable in class org.codehaus.mojo.versions.reporting.VersionsReportRendererBase
-
The locale we are rendering for.
- lockParentSnapshot(MutableXMLStreamReader, MavenProject) - Method in class org.codehaus.mojo.versions.LockSnapshotsMojo
-
Lock the parent snapshot version if it is a timestamped snapshot.
- lockSnapshots(MutableXMLStreamReader, Collection) - Method in class org.codehaus.mojo.versions.LockSnapshotsMojo
-
Lock the snapshot dependency versions if they are timestamped snapshots.
- LockSnapshotsMojo - Class in org.codehaus.mojo.versions
-
Attempts to resolve unlocked snapshot dependency versions to the locked timestamp versions used in the build.
- LockSnapshotsMojo(ArtifactFactory, RepositorySystem, Map, Map) - Constructor for class org.codehaus.mojo.versions.LockSnapshotsMojo
-
Creates a new instance.
- logInit() - Method in class org.codehaus.mojo.versions.AbstractVersionsDisplayMojo
-
Initialise logging to file if required.
- logLine(boolean, String) - Method in class org.codehaus.mojo.versions.AbstractVersionsDisplayMojo
-
Log a line to the console and/or the output file as configured.
- logOutput - Variable in class org.codehaus.mojo.versions.AbstractVersionsDisplayMojo
-
Controls whether the display output is logged to the console.
M
- MESSAGE_LENGTH - Static variable in class org.codehaus.mojo.versions.DisplayParentUpdatesMojo
-
Length of the message part of the output, used to calculate padding.
- model - Variable in class org.codehaus.mojo.versions.reporting.AbstractVersionsReportRenderer
-
Model of the object being rendered
- mojoExecution - Variable in class org.codehaus.mojo.versions.AbstractVersionsUpdaterMojo
-
The current mojo execution.
N
- newestUpdateCache - Variable in class org.codehaus.mojo.versions.reporting.AbstractVersionsReportRenderer
-
Cache for newest updates (used for summary rendering)
- nextSnapshot - Variable in class org.codehaus.mojo.versions.SetMojo
-
Whether to add next version number and
-SNAPSHOTto the existing version. - nextSnapshotIndexToIncrement - Variable in class org.codehaus.mojo.versions.SetMojo
-
Specifies the version index to increment when using
nextSnapshot.
O
- onlyProjectDependencies - Variable in class org.codehaus.mojo.versions.AbstractDependencyUpdatesReport
-
If
true, only shows the subsection of thedependencyManagementartifacts that are actually used in the project'sdependencygraph. - onlyProjectPlugins - Variable in class org.codehaus.mojo.versions.AbstractPluginUpdatesReport
-
If
true, only shows the subsection of thepluginManagementartifacts that are actually used in the project'splugingraph. - onlyUpgradable - Variable in class org.codehaus.mojo.versions.AbstractDependencyUpdatesReport
-
If
true, only shows upgradable dependencies in the report. - onlyUpgradable - Variable in class org.codehaus.mojo.versions.AbstractPluginUpdatesReport
-
If
true, only shows upgradable plugins in the report. - org.codehaus.mojo.versions - package org.codehaus.mojo.versions
- org.codehaus.mojo.versions_maven_plugin - package org.codehaus.mojo.versions_maven_plugin
- org.codehaus.mojo.versions.internal - package org.codehaus.mojo.versions.internal
- org.codehaus.mojo.versions.reporting - package org.codehaus.mojo.versions.reporting
- org.codehaus.mojo.versions.reporting.model - package org.codehaus.mojo.versions.reporting.model
- org.codehaus.mojo.versions.reporting.util - package org.codehaus.mojo.versions.reporting.util
- org.codehaus.mojo.versions.xml - package org.codehaus.mojo.versions.xml
- outputEncoding - Variable in class org.codehaus.mojo.versions.AbstractVersionsDisplayMojo
-
The character encoding to use when writing to
AbstractVersionsDisplayMojo.outputFile. - outputFile - Variable in class org.codehaus.mojo.versions.AbstractVersionsDisplayMojo
-
If specified then the display output will be sent to the specified file.
- outputLineWidth - Variable in class org.codehaus.mojo.versions.AbstractVersionsDisplayMojo
-
Line width which should be used to format the padding of the version info list output.
- OverviewStats - Class in org.codehaus.mojo.versions.reporting
-
Represents summary stats
- OverviewStats() - Constructor for class org.codehaus.mojo.versions.reporting.OverviewStats
-
Creates a new instance.
- overwriteOutput - Variable in class org.codehaus.mojo.versions.AbstractVersionsDisplayMojo
-
If
true, output file will be overwritten if it already exists
P
- PARENT_UPDATES_REPORT - Static variable in class org.codehaus.mojo.versions.reporting.ReportRendererFactoryImpl
-
The report name for the parent updates report
- ParentUpdatesModel - Class in org.codehaus.mojo.versions.reporting.model
-
Model class for using with the ReportRenderer API
- ParentUpdatesModel(Dependency, ArtifactVersions) - Constructor for class org.codehaus.mojo.versions.reporting.model.ParentUpdatesModel
-
Creates a new model instance with the given parent and its updates.
- ParentUpdatesReport - Class in org.codehaus.mojo.versions
-
Generates a report on available updates for parent artifacts
- ParentUpdatesReport(I18N, ArtifactFactory, RepositorySystem, Map, ReportRendererFactory) - Constructor for class org.codehaus.mojo.versions.ParentUpdatesReport
-
Creates a new report instance.
- ParentUpdatesReportRenderer - Class in org.codehaus.mojo.versions.reporting
-
A renderer for Parent updates reports, using
ParentUpdatesModelas model. - ParentUpdatesReportRenderer(I18N, Sink, Locale, String, ParentUpdatesModel, boolean) - Constructor for class org.codehaus.mojo.versions.reporting.ParentUpdatesReportRenderer
-
Creates a new instance.
- parentVersion - Variable in class org.codehaus.mojo.versions.DisplayParentUpdatesMojo
-
If
skipResolutionis not set, specifies the bottom version considered for target version resolution. - parentVersion - Variable in class org.codehaus.mojo.versions.UpdateParentMojo
-
If
skipResolutionis not set, specifies the bottom version considered for target version resolution. - PATTERN_PROJECT_PLUGIN - Static variable in class org.codehaus.mojo.versions.DisplayPluginUpdatesMojo
-
String to flag a plugin version being forced by a parent pom.
- PLUGIN_UPDATES_AGGREGATE_REPORT - Static variable in class org.codehaus.mojo.versions.reporting.ReportRendererFactoryImpl
-
The report name for the aggregate plugin updates report
- PLUGIN_UPDATES_REPORT - Static variable in class org.codehaus.mojo.versions.reporting.ReportRendererFactoryImpl
-
The report name for the plugin updates report
- PluginOverviewStats - Class in org.codehaus.mojo.versions.reporting
-
Extension of the OverviewStats adding dependency stats
- PluginOverviewStats() - Constructor for class org.codehaus.mojo.versions.reporting.PluginOverviewStats
-
Creates a new instance.
- PluginUpdatesAggregateReport - Class in org.codehaus.mojo.versions
-
Generates an aggregated report of available updates for the plugins of a project.
- PluginUpdatesAggregateReport(I18N, ArtifactFactory, RepositorySystem, Map, ReportRendererFactory) - Constructor for class org.codehaus.mojo.versions.PluginUpdatesAggregateReport
-
Creates a new report instance.
- PluginUpdatesModel - Class in org.codehaus.mojo.versions.reporting.model
-
Model class for using with the ReportRenderer API
- PluginUpdatesModel(Map, Map) - Constructor for class org.codehaus.mojo.versions.reporting.model.PluginUpdatesModel
-
Creates a new instance
- PluginUpdatesReport - Class in org.codehaus.mojo.versions
-
Generates a report of available updates for the plugins of a project.
- PluginUpdatesReport(I18N, ArtifactFactory, RepositorySystem, Map, ReportRendererFactory) - Constructor for class org.codehaus.mojo.versions.PluginUpdatesReport
-
Creates a new report instance.
- PluginUpdatesReportRenderer - Class in org.codehaus.mojo.versions.reporting
-
A renderer for Plugin updates reports, using a
PluginUpdatesModel. - PluginUpdatesReportRenderer(I18N, Sink, Locale, String, PluginUpdatesModel, boolean) - Constructor for class org.codehaus.mojo.versions.reporting.PluginUpdatesReportRenderer
-
Creates a new instance.
- PluginUpdatesXmlReportRenderer - Class in org.codehaus.mojo.versions.xml
-
XML renderer for DependencyUpdatesReport creates an xml file in target directory and writes report about available dependency/dependency management updates.
- PluginUpdatesXmlReportRenderer(PluginUpdatesModel, Path, boolean) - Constructor for class org.codehaus.mojo.versions.xml.PluginUpdatesXmlReportRenderer
-
Creates a new instance.
- populateDependencies(Set) - Method in class org.codehaus.mojo.versions.AbstractDependencyUpdatesReport
-
Implementations of
AbstractDependencyUpdatesReportmay use this to supply the main processing logic (seeAbstractDependencyUpdatesReport.getDependencyManagement()) with desired dependency data, which will be used in the creation of the report. - populateDependencies(Set) - Method in class org.codehaus.mojo.versions.DependencyUpdatesAggregateReport
-
Implementations of
AbstractDependencyUpdatesReportmay use this to supply the main processing logic (seeAbstractDependencyUpdatesReport.getDependencyManagement()) with desired dependency data, which will be used in the creation of the report. - populateDependencies(Set) - Method in class org.codehaus.mojo.versions.DependencyUpdatesReport
-
Implementations of
AbstractDependencyUpdatesReportmay use this to supply the main processing logic (seeAbstractDependencyUpdatesReport.getDependencyManagement()) with desired dependency data, which will be used in the creation of the report. - populateDependencyManagement(Set) - Method in class org.codehaus.mojo.versions.AbstractDependencyUpdatesReport
-
Implementations of
AbstractDependencyUpdatesReportmay use this to supply the main processing logic (seeAbstractDependencyUpdatesReport.getDependencyManagement()) with desired managed dependencies data, which will be used in the creation of the report. - populateDependencyManagement(Set) - Method in class org.codehaus.mojo.versions.DependencyUpdatesAggregateReport
-
Implementations of
AbstractDependencyUpdatesReportmay use this to supply the main processing logic (seeAbstractDependencyUpdatesReport.getDependencyManagement()) with desired managed dependencies data, which will be used in the creation of the report. - populateDependencyManagement(Set) - Method in class org.codehaus.mojo.versions.DependencyUpdatesReport
-
Implementations of
AbstractDependencyUpdatesReportmay use this to supply the main processing logic (seeAbstractDependencyUpdatesReport.getDependencyManagement()) with desired managed dependencies data, which will be used in the creation of the report. - populatePluginManagement(Set) - Method in class org.codehaus.mojo.versions.AbstractPluginUpdatesReport
-
Implementations of
AbstractPluginUpdatesReportmay use this to supply the main processing logic with desired pluginManagement data, which will be used in the creation of the report. - populatePluginManagement(Set) - Method in class org.codehaus.mojo.versions.PluginUpdatesAggregateReport
- populatePluginManagement(Set) - Method in class org.codehaus.mojo.versions.PluginUpdatesReport
-
Implementations of
AbstractPluginUpdatesReportmay use this to supply the main processing logic with desired pluginManagement data, which will be used in the creation of the report. - populatePlugins(Set) - Method in class org.codehaus.mojo.versions.AbstractPluginUpdatesReport
-
Implementations of
AbstractPluginUpdatesReportmay use this to supply the main processing logic with desired build plugin information, which will be used to create the report. - populatePlugins(Set) - Method in class org.codehaus.mojo.versions.PluginUpdatesAggregateReport
-
Implementations of
AbstractPluginUpdatesReportmay use this to supply the main processing logic with desired build plugin information, which will be used to create the report. - populatePlugins(Set) - Method in class org.codehaus.mojo.versions.PluginUpdatesReport
-
Implementations of
AbstractPluginUpdatesReportmay use this to supply the main processing logic with desired build plugin information, which will be used to create the report. - populateUpdateSet(Map) - Method in class org.codehaus.mojo.versions.AbstractPropertyUpdatesReport
-
Method used to supply
PropertyUpdatesModelwith data about updated properties. - populateUpdateSet(Map) - Method in class org.codehaus.mojo.versions.PropertyUpdatesAggregateReport
-
Method used to supply
PropertyUpdatesModelwith data about updated properties. - populateUpdateSet(Map) - Method in class org.codehaus.mojo.versions.PropertyUpdatesReport
-
Method used to supply
PropertyUpdatesModelwith data about updated properties. - process(File) - Method in class org.codehaus.mojo.versions.AbstractVersionsUpdaterMojo
-
Processes the specified file.
- processDependencies - Variable in class org.codehaus.mojo.versions.DisplayDependencyUpdatesMojo
-
Whether to process the dependencies section of the project.
- processDependencyManagement - Variable in class org.codehaus.mojo.versions.AbstractDependencyUpdatesReport
-
Whether to process the
dependencyManagementin pom or not. - processDependencyManagement - Variable in class org.codehaus.mojo.versions.DisplayDependencyUpdatesMojo
-
Whether to process the dependencyManagement section of the project.
- processDependencyManagementTransitive - Variable in class org.codehaus.mojo.versions.AbstractDependencyUpdatesReport
-
Whether to process the dependencyManagement part transitive or not.
- processDependencyManagementTransitive - Variable in class org.codehaus.mojo.versions.DisplayDependencyUpdatesMojo
-
Whether to process the dependencyManagement part transitive or not.
- processModel(ModelNode, Set, Map, Charset) - Method in class org.codehaus.mojo.versions.UseDepVersionMojo
-
Processes a single model and POM file associated with it
- processProperties - Variable in class org.codehaus.mojo.versions.UseDepVersionMojo
-
Will augment normal processing by, if a dependency value is set using a property, trying to update the value of the property.
- processUnboundPlugins - Variable in class org.codehaus.mojo.versions.DisplayPluginUpdatesMojo
-
If set to
true, will also display updates to plugins where no version is specified in the current POM, but whose version is specified in the parent or the "superpom". - project - Variable in class org.codehaus.mojo.versions.AbstractVersionsUpdaterMojo
-
The Maven Project.
- projectBuilder - Variable in class org.codehaus.mojo.versions.CompareDependenciesMojo
-
The (injected) instance of
ProjectBuilder - projectBuilder - Variable in class org.codehaus.mojo.versions.DisplayPluginUpdatesMojo
-
The (injected) instance of
ProjectBuilder - projectBuilder - Variable in class org.codehaus.mojo.versions.RevertMojo
-
The (injected)
ProjectBuilderinstance - projectBuilder - Variable in class org.codehaus.mojo.versions.SetMojo
-
The (injected) instance of
ProjectBuilder - property - Variable in class org.codehaus.mojo.versions.UpdatePropertyMojo
-
A property to update.
- PROPERTY_UPDATES_AGGREGATE_REPORT - Static variable in class org.codehaus.mojo.versions.reporting.ReportRendererFactoryImpl
-
The report name for the aggregate property updates report
- PROPERTY_UPDATES_REPORT - Static variable in class org.codehaus.mojo.versions.reporting.ReportRendererFactoryImpl
-
The report name for the property updates report
- PropertyUpdatesAggregateReport - Class in org.codehaus.mojo.versions
-
Generates an aggregate report of available updates for properties of a project which are linked to the dependencies and/or plugins of a project.
- PropertyUpdatesAggregateReport(I18N, ArtifactFactory, RepositorySystem, Map, ReportRendererFactory) - Constructor for class org.codehaus.mojo.versions.PropertyUpdatesAggregateReport
-
Creates a new report instance.
- PropertyUpdatesModel - Class in org.codehaus.mojo.versions.reporting.model
-
Model class for using with the MavenReportRenderer API
- PropertyUpdatesModel(PropertyComparator, Map) - Constructor for class org.codehaus.mojo.versions.reporting.model.PropertyUpdatesModel
-
Creates a new model instance with the given comparator and map of property updates.
- PropertyUpdatesReport - Class in org.codehaus.mojo.versions
-
Generates a report of available updates for properties of a project which are linked to the dependencies and/or plugins of a project.
- PropertyUpdatesReport(I18N, ArtifactFactory, RepositorySystem, Map, ReportRendererFactory) - Constructor for class org.codehaus.mojo.versions.PropertyUpdatesReport
-
Creates a new report instance.
- PropertyUpdatesReportRenderer - Class in org.codehaus.mojo.versions.reporting
-
A renderer for Property updates reports, using a
PropertyUpdatesModel. - PropertyUpdatesReportRenderer(I18N, Sink, Locale, String, PropertyUpdatesModel, boolean) - Constructor for class org.codehaus.mojo.versions.reporting.PropertyUpdatesReportRenderer
-
Creates a new instance.
- PropertyUpdatesXmlReportRenderer - Class in org.codehaus.mojo.versions.xml
-
XML renderer for PropertyUpdatesReport creates an xml file in target directory and writes report about available dependency/dependency management updates.
- PropertyUpdatesXmlReportRenderer(PropertyUpdatesModel, Path, boolean) - Constructor for class org.codehaus.mojo.versions.xml.PropertyUpdatesXmlReportRenderer
-
Creates a new instance
R
- reactorProjects - Variable in class org.codehaus.mojo.versions.AbstractVersionsUpdaterMojo
-
The reactor projects for the current build.
- remotePom - Variable in class org.codehaus.mojo.versions.CompareDependenciesMojo
-
The groupId, artifactId, and version of the remote project (POM) to which we are comparing.
- render() - Method in class org.codehaus.mojo.versions.xml.DependencyUpdatesXmlReportRenderer
-
Creates an XML report
- render() - Method in class org.codehaus.mojo.versions.xml.PluginUpdatesXmlReportRenderer
-
Creates an XML report
- render() - Method in class org.codehaus.mojo.versions.xml.PropertyUpdatesXmlReportRenderer
-
Creates an XML report
- renderBody() - Method in class org.codehaus.mojo.versions.reporting.AbstractVersionsReportRenderer
- renderBoldCell(boolean, Object) - Method in class org.codehaus.mojo.versions.reporting.VersionsReportRendererBase
-
Renders a bold table cell containing the given text.
- renderBoldCell(Object) - Method in class org.codehaus.mojo.versions.reporting.VersionsReportRendererBase
-
Renders a bold table cell containing the given text.
- renderBoldText(boolean, Object) - Method in class org.codehaus.mojo.versions.reporting.VersionsReportRendererBase
-
Renders a bold text.
- renderCell(Object) - Method in class org.codehaus.mojo.versions.reporting.VersionsReportRendererBase
-
Renders a table cell containing the given text.
- renderCells(Object...) - Method in class org.codehaus.mojo.versions.reporting.VersionsReportRendererBase
-
Renders multiple cells containing the given texts.
- renderDependencyDetail(Dependency, ArtifactVersions) - Method in class org.codehaus.mojo.versions.reporting.DependencyUpdatesReportRenderer
-
Renders the details for a given dependency.
- renderDependencyDetailTable(Dependency, ArtifactVersions, boolean) - Method in class org.codehaus.mojo.versions.reporting.AbstractVersionsReportRenderer
-
Renders the details table for an artifact.
- renderDetails() - Method in class org.codehaus.mojo.versions.reporting.AbstractVersionsReportRenderer
-
Renders the details table
- renderDetails() - Method in class org.codehaus.mojo.versions.reporting.DependencyUpdatesReportRenderer
-
Renders the details table
- renderDetails() - Method in class org.codehaus.mojo.versions.reporting.PluginUpdatesReportRenderer
-
Renders the details table
- renderDetails() - Method in class org.codehaus.mojo.versions.reporting.PropertyUpdatesReportRenderer
-
Renders the details table
- rendererFactory - Variable in class org.codehaus.mojo.versions.AbstractVersionsReport
-
Renderer factory
- renderIcon(boolean) - Method in class org.codehaus.mojo.versions.reporting.AbstractVersionsReportRenderer
-
Renders the success or warning icon.
- renderManagementSummaryTable() - Method in class org.codehaus.mojo.versions.reporting.AbstractVersionsReportRenderer
-
Renders the "management" (dependencyManagement, pluginManagement, etc.) summary table
- renderManagementSummaryTable() - Method in class org.codehaus.mojo.versions.reporting.DependencyUpdatesReportRenderer
- renderManagementSummaryTable() - Method in class org.codehaus.mojo.versions.reporting.ParentUpdatesReportRenderer
- renderManagementSummaryTable() - Method in class org.codehaus.mojo.versions.reporting.PluginUpdatesReportRenderer
- renderManagementSummaryTable() - Method in class org.codehaus.mojo.versions.reporting.PropertyUpdatesReportRenderer
- renderNewestVersions(AbstractVersionDetails) - Method in class org.codehaus.mojo.versions.reporting.AbstractVersionsReportRenderer
-
Renders the newest versions for the given artifact.
- renderOverview() - Method in class org.codehaus.mojo.versions.reporting.AbstractVersionsReportRenderer
-
Renders the "Overview" table
- renderOverview() - Method in class org.codehaus.mojo.versions.reporting.ParentUpdatesReportRenderer
- renderOverviewTableRow(Q) - Method in class org.codehaus.mojo.versions.reporting.AbstractVersionsReportRenderer
-
Renders the singular summary table row
- renderOverviewTableRow(T) - Method in class org.codehaus.mojo.versions.reporting.PluginUpdatesReportRenderer
- renderPropertyDetailTable(Property, PropertyVersions) - Method in class org.codehaus.mojo.versions.reporting.PropertyUpdatesReportRenderer
-
Renders the details table for a property.
- renderStatRow(String, int, boolean) - Method in class org.codehaus.mojo.versions.reporting.AbstractVersionsReportRenderer
-
Renders one table row for the given statistics.
- renderStatus(AbstractVersionDetails) - Method in class org.codehaus.mojo.versions.reporting.AbstractVersionsReportRenderer
-
Renders the status of the given artifact.
- renderSuccessIcon() - Method in class org.codehaus.mojo.versions.reporting.VersionsReportRendererBase
-
Renders a success icon.
- renderSummaryTable() - Method in class org.codehaus.mojo.versions.reporting.AbstractVersionsReportRenderer
-
Renders the regular ("dependencies", "plugins", etc.) summary table
- renderSummaryTable() - Method in class org.codehaus.mojo.versions.reporting.DependencyUpdatesReportRenderer
- renderSummaryTable() - Method in class org.codehaus.mojo.versions.reporting.PluginUpdatesReportRenderer
- renderSummaryTable() - Method in class org.codehaus.mojo.versions.reporting.PropertyUpdatesReportRenderer
- renderSummaryTable(Map, boolean) - Method in class org.codehaus.mojo.versions.reporting.AbstractVersionsReportRenderer
-
Renders the summary table of artifact updates.
- renderSummaryTable(Map) - Method in class org.codehaus.mojo.versions.reporting.PluginUpdatesReportRenderer
-
Renders the summary table of plugin updates.
- renderSummaryTable(Map) - Method in class org.codehaus.mojo.versions.reporting.PropertyUpdatesReportRenderer
-
Renders the summary table of property updates.
- renderSummaryTableHeader(boolean, boolean) - Method in class org.codehaus.mojo.versions.reporting.AbstractVersionsReportRenderer
-
Renders the header row of the summary table.
- renderSummaryTableHeader(boolean, boolean) - Method in class org.codehaus.mojo.versions.reporting.PluginUpdatesReportRenderer
- renderSummaryTableHeader(boolean, boolean) - Method in class org.codehaus.mojo.versions.reporting.PropertyUpdatesReportRenderer
- renderSummaryTableRow(Dependency, ArtifactVersions, boolean) - Method in class org.codehaus.mojo.versions.reporting.AbstractVersionsReportRenderer
-
Renders one summary table row for the given artifact and its details.
- renderSummaryTableRow(Dependency, PluginUpdatesDetails) - Method in class org.codehaus.mojo.versions.reporting.PluginUpdatesReportRenderer
-
Renders a summary table row for a plugin.
- renderTable(String, Map, String) - Method in class org.codehaus.mojo.versions.reporting.DependencyUpdatesReportRenderer
-
Renders a table with the given title and contents.
- renderTable(Map) - Method in class org.codehaus.mojo.versions.reporting.PropertyUpdatesReportRenderer
-
Renders the table of property updates.
- renderTableHeaderCells(String...) - Method in class org.codehaus.mojo.versions.reporting.VersionsReportRendererBase
-
Renders a table header containing elements denoted by the given keys
- renderTwoCellsRow(String, Runnable) - Method in class org.codehaus.mojo.versions.reporting.AbstractVersionsReportRenderer
-
Renders a row of two cells, the first cell being an header and the second cell being a non-header cell.
- renderTwoCellsRow(String, String) - Method in class org.codehaus.mojo.versions.reporting.AbstractVersionsReportRenderer
-
Renders a row of two cells, the first cell being an header and the second cell being a non-header cell.
- renderVersions(ArtifactVersion[], AbstractVersionDetails) - Method in class org.codehaus.mojo.versions.reporting.AbstractVersionsReportRenderer
-
Renders the list of versions that are available for the given artifact or property.
- renderWarningIcon() - Method in class org.codehaus.mojo.versions.reporting.VersionsReportRendererBase
-
Renders a warning icon.
- reportMode - Variable in class org.codehaus.mojo.versions.CompareDependenciesMojo
-
Display the dependency version differences on the command line, but do not update the versions in the current pom.
- reportOutputFile - Variable in class org.codehaus.mojo.versions.CompareDependenciesMojo
-
If the output file is set, the diff report will be written to this file.
- ReportRenderer - Interface in org.codehaus.mojo.versions.reporting.util
-
Common interface for reporting components
- ReportRendererFactory - Interface in org.codehaus.mojo.versions.reporting
-
Factory for report renderers
- ReportRendererFactoryImpl - Class in org.codehaus.mojo.versions.reporting
-
Factory for report renderers
- ReportRendererFactoryImpl(I18N) - Constructor for class org.codehaus.mojo.versions.reporting.ReportRendererFactoryImpl
-
Creates a new instance
- repositorySystem - Variable in class org.codehaus.mojo.versions.AbstractVersionsReport
-
The (injected)
repositorySysteminstance. - repositorySystem - Variable in class org.codehaus.mojo.versions.AbstractVersionsUpdaterMojo
-
The (injected)
RepositorySysteminstance. - ResolveRangesMojo - Class in org.codehaus.mojo.versions
-
Attempts to resolve dependency version ranges to the specific version being used in the build.
- ResolveRangesMojo(ArtifactFactory, RepositorySystem, Map, Map) - Constructor for class org.codehaus.mojo.versions.ResolveRangesMojo
-
Creates a new instance.
- resolveTargetVersion(String) - Method in class org.codehaus.mojo.versions.DisplayParentUpdatesMojo
-
Resolves the target version of the parent artifact.
- RevertMojo - Class in org.codehaus.mojo.versions
-
Restores the pom from the initial backup.
- RevertMojo(ProjectBuilder) - Constructor for class org.codehaus.mojo.versions.RevertMojo
-
Creates a new instance.
- ruleSet - Variable in class org.codehaus.mojo.versions.AbstractVersionsReport
-
Allows specifying the RuleSet object describing rules on artifact versions to ignore when considering updates.
- ruleSet - Variable in class org.codehaus.mojo.versions.AbstractVersionsUpdaterMojo
-
Allows specifying the RuleSet object describing rules on artifact versions to ignore when considering updates.
- rulesUri - Variable in class org.codehaus.mojo.versions.AbstractVersionsUpdaterMojo
-
URI of a ruleSet file containing the rules that control how to compare version numbers.
S
- saveChangeRecorderResults() - Method in class org.codehaus.mojo.versions.AbstractVersionsUpdaterMojo
-
Save all of the changes recorded by the change recorder.
- separatePatterns(String) - Method in class org.codehaus.mojo.versions.AbstractVersionsDependencyUpdaterMojo
-
To handle multiple includes with version range like "group:artifact:jar:[1.0.0,2.2)", we have to use a parsing a little bit more complex than split().
- serverId - Variable in class org.codehaus.mojo.versions.AbstractVersionsUpdaterMojo
-
settings.xml's server id for the URL.
- session - Variable in class org.codehaus.mojo.versions.AbstractVersionsReport
-
The Maven Session.
- session - Variable in class org.codehaus.mojo.versions.AbstractVersionsUpdaterMojo
-
The Maven Session.
- SetMojo - Class in org.codehaus.mojo.versions
-
Sets the current project's version and based on that change propagates that change onto any child modules as necessary.
- SetMojo(ArtifactFactory, RepositorySystem, ProjectBuilder, Map, Map, Prompter) - Constructor for class org.codehaus.mojo.versions.SetMojo
-
Creates a new instance.
- setProject(MavenProject) - Method in class org.codehaus.mojo.versions.AbstractVersionsUpdaterMojo
-
Setter for property 'project'.
- SetPropertyMojo - Class in org.codehaus.mojo.versions
-
Set a property to a given version without any sanity checks.
- SetPropertyMojo(ArtifactFactory, RepositorySystem, Map, Map) - Constructor for class org.codehaus.mojo.versions.SetPropertyMojo
-
Creates a new instance.
- SetScmTagMojo - Class in org.codehaus.mojo.versions
-
Updates the current project's SCM tag.
- SetScmTagMojo(ArtifactFactory, RepositorySystem, Map, Map) - Constructor for class org.codehaus.mojo.versions.SetScmTagMojo
-
Creates a new instance.
- shouldApplyUpdate(Artifact, String, ArtifactVersion) - Method in class org.codehaus.mojo.versions.AbstractVersionsUpdaterMojo
-
Deprecated.
- shouldApplyUpdate(Artifact, String, ArtifactVersion, boolean) - Method in class org.codehaus.mojo.versions.AbstractVersionsUpdaterMojo
-
Returns
trueif the update should be applied. - showVersionless - Variable in class org.codehaus.mojo.versions.AbstractDependencyUpdatesReport
-
Include dependencies with version set in a parent or in a BOM.
- showVersionless - Variable in class org.codehaus.mojo.versions.DisplayDependencyUpdatesMojo
-
Include dependencies with version set in a parent or in a BOM.
- skipResolution - Variable in class org.codehaus.mojo.versions.DisplayParentUpdatesMojo
-
Skips version resolution, only valid if
parentVersionis set. - skipResolution - Variable in class org.codehaus.mojo.versions.UpdateParentMojo
-
Skips version resolution, only valid if
parentVersionis set. - SNAPSHOT_REGEX - Static variable in class org.codehaus.mojo.versions.AbstractVersionsDependencyUpdaterMojo
-
Pattern to match snapshot versions
- SUPERPOM_PATH - Static variable in class org.codehaus.mojo.versions.DisplayPluginUpdatesMojo
-
The path to the super-pom.
T
- toArtifact(Dependency) - Method in class org.codehaus.mojo.versions.AbstractVersionsDependencyUpdaterMojo
-
Try to find the dependency artifact that matches the given dependency.
- toArtifact(Parent) - Method in class org.codehaus.mojo.versions.AbstractVersionsDependencyUpdaterMojo
-
Try to find the artifact that matches the given parent model.
- toString(Dependency) - Method in class org.codehaus.mojo.versions.AbstractVersionsDependencyUpdaterMojo
-
Returns a string representation of the dependency in the form groupId:artifactId:type:classifier:version (omitting type and classifier if they are null or empty, and omitting version if it is null or empty).
- toString(MavenProject) - Method in class org.codehaus.mojo.versions.AbstractVersionsDependencyUpdaterMojo
-
Returns a string representation of the project in the form groupId:artifactId:version (omitting version if it is null or empty).
U
- UnlockSnapshotsMojo - Class in org.codehaus.mojo.versions
-
Attempts to resolve unlocked snapshot dependency versions to the locked timestamp versions used in the build.
- UnlockSnapshotsMojo(ArtifactFactory, RepositorySystem, Map, Map) - Constructor for class org.codehaus.mojo.versions.UnlockSnapshotsMojo
-
Creates a new instance.
- update(MutableXMLStreamReader) - Method in class org.codehaus.mojo.versions.AbstractVersionsUpdaterMojo
-
Updates the pom.
- update(MutableXMLStreamReader) - Method in class org.codehaus.mojo.versions.CompareDependenciesMojo
- update(MutableXMLStreamReader) - Method in class org.codehaus.mojo.versions.DisplayDependencyUpdatesMojo
- update(MutableXMLStreamReader) - Method in class org.codehaus.mojo.versions.DisplayExtensionUpdatesMojo
- update(MutableXMLStreamReader) - Method in class org.codehaus.mojo.versions.DisplayParentUpdatesMojo
- update(MutableXMLStreamReader) - Method in class org.codehaus.mojo.versions.DisplayPluginUpdatesMojo
- update(MutableXMLStreamReader) - Method in class org.codehaus.mojo.versions.DisplayPropertyUpdatesMojo
- update(MutableXMLStreamReader) - Method in class org.codehaus.mojo.versions.ForceReleasesMojo
- update(MutableXMLStreamReader) - Method in class org.codehaus.mojo.versions.LockSnapshotsMojo
- update(MutableXMLStreamReader) - Method in class org.codehaus.mojo.versions.ResolveRangesMojo
- update(MutableXMLStreamReader) - Method in class org.codehaus.mojo.versions.SetMojo
-
Updates the pom file.
- update(MutableXMLStreamReader) - Method in class org.codehaus.mojo.versions.SetPropertyMojo
- update(MutableXMLStreamReader) - Method in class org.codehaus.mojo.versions.SetScmTagMojo
- update(MutableXMLStreamReader) - Method in class org.codehaus.mojo.versions.UnlockSnapshotsMojo
- update(MutableXMLStreamReader) - Method in class org.codehaus.mojo.versions.UpdateChildModulesMojo
-
Updates the pom file.
- update(MutableXMLStreamReader) - Method in class org.codehaus.mojo.versions.UpdateParentMojo
- update(MutableXMLStreamReader) - Method in class org.codehaus.mojo.versions.UpdatePropertiesMojo
- update(MutableXMLStreamReader) - Method in class org.codehaus.mojo.versions.UpdatePropertyMojo
- update(MutableXMLStreamReader) - Method in class org.codehaus.mojo.versions.UseDepVersionMojo
- update(MutableXMLStreamReader) - Method in class org.codehaus.mojo.versions.UseLatestVersionsMojoBase
- update(MutableXMLStreamReader) - Method in class org.codehaus.mojo.versions.UseReactorMojo
- update(MutableXMLStreamReader) - Method in class org.codehaus.mojo.versions.UseReleasesMojo
- update(MutableXMLStreamReader, Map) - Method in class org.codehaus.mojo.versions.UpdatePropertiesMojoBase
-
Update the given POM.
- UpdateChildModulesMojo - Class in org.codehaus.mojo.versions
-
Scans the current projects child modules, updating the versions of any which use the current project to the version of the current project.
- UpdateChildModulesMojo(ArtifactFactory, RepositorySystem, Map, Map) - Constructor for class org.codehaus.mojo.versions.UpdateChildModulesMojo
-
Creates a new instance.
- updateDependencies - Variable in class org.codehaus.mojo.versions.CompareDependenciesMojo
-
Update dependency versions in the current POM.
- updateDependencyVersion(MutableXMLStreamReader, Dependency, String, DependencyChangeRecord.ChangeKind) - Method in class org.codehaus.mojo.versions.AbstractVersionsDependencyUpdaterMojo
-
Attempts to update the dependency
depto the givennewVersion. - updateFilter(Dependency) - Method in class org.codehaus.mojo.versions.UpdateParentMojo
- updateFilter(Dependency) - Method in class org.codehaus.mojo.versions.UseLatestReleasesMojo
- updateFilter(Dependency) - Method in class org.codehaus.mojo.versions.UseLatestSnapshotsMojo
- updateFilter(Dependency) - Method in class org.codehaus.mojo.versions.UseLatestVersionsMojo
- updateFilter(Dependency) - Method in class org.codehaus.mojo.versions.UseLatestVersionsMojoBase
-
A filter for dependencies to be updated.
- updateFilter(Dependency) - Method in class org.codehaus.mojo.versions.UseNextReleasesMojo
- updateFilter(Dependency) - Method in class org.codehaus.mojo.versions.UseNextSnapshotsMojo
- updateFilter(Dependency) - Method in class org.codehaus.mojo.versions.UseNextVersionsMojo
- UpdateParentMojo - Class in org.codehaus.mojo.versions
-
Sets the parent version to the latest parent version.
- UpdateParentMojo(ArtifactFactory, RepositorySystem, Map, Map) - Constructor for class org.codehaus.mojo.versions.UpdateParentMojo
-
Creates a new instance.
- UpdatePropertiesMojo - Class in org.codehaus.mojo.versions
-
Sets properties to the latest versions of specific artifacts.
- UpdatePropertiesMojo(ArtifactFactory, RepositorySystem, Map, Map) - Constructor for class org.codehaus.mojo.versions.UpdatePropertiesMojo
-
Creates a new instance
- UpdatePropertiesMojoBase - Class in org.codehaus.mojo.versions
-
Common base class for
UpdatePropertiesMojoandUpdatePropertyMojo - UpdatePropertiesMojoBase(ArtifactFactory, RepositorySystem, Map, Map) - Constructor for class org.codehaus.mojo.versions.UpdatePropertiesMojoBase
-
Creates a new instance.
- UpdatePropertyMojo - Class in org.codehaus.mojo.versions
-
Sets a property to the latest version in a given range of associated artifacts.
- UpdatePropertyMojo(ArtifactFactory, RepositorySystem, Map, Map) - Constructor for class org.codehaus.mojo.versions.UpdatePropertyMojo
-
Creates a new instance
- updatePropertyToNewestVersion(MutableXMLStreamReader, Property, PropertyVersions, String, boolean, Optional) - Method in class org.codehaus.mojo.versions.AbstractVersionsUpdaterMojo
-
Attempts to update the property to a newer version, if that exists
- updatePropertyVersions - Variable in class org.codehaus.mojo.versions.CompareDependenciesMojo
-
Update dependency versions stored in properties
- UseDepVersionMojo - Class in org.codehaus.mojo.versions
-
Updates a dependency to a specific version.
- UseDepVersionMojo(ArtifactFactory, RepositorySystem, Map, Map) - Constructor for class org.codehaus.mojo.versions.UseDepVersionMojo
-
Creates a new instance.
- UseLatestReleasesMojo - Class in org.codehaus.mojo.versions
-
Replaces any release versions (i.e.
- UseLatestReleasesMojo(ArtifactFactory, RepositorySystem, Map, Map) - Constructor for class org.codehaus.mojo.versions.UseLatestReleasesMojo
-
Creates a new instance.
- UseLatestSnapshotsMojo - Class in org.codehaus.mojo.versions
-
Replaces any release versions with the latest snapshot version (if it has been deployed).
- UseLatestSnapshotsMojo(ArtifactFactory, RepositorySystem, Map, Map) - Constructor for class org.codehaus.mojo.versions.UseLatestSnapshotsMojo
-
Creates a new instance.
- UseLatestVersionsMojo - Class in org.codehaus.mojo.versions
-
Replaces any version with the latest version found in the artifactory.
- UseLatestVersionsMojo(ArtifactFactory, RepositorySystem, Map, Map) - Constructor for class org.codehaus.mojo.versions.UseLatestVersionsMojo
-
Creates a new instance.
- UseLatestVersionsMojoBase - Class in org.codehaus.mojo.versions
-
Common base class for
UseLatestVersionsMojoandUseLatestReleasesMojo - UseLatestVersionsMojoBase(ArtifactFactory, RepositorySystem, Map, Map) - Constructor for class org.codehaus.mojo.versions.UseLatestVersionsMojoBase
-
Creates a new instance
- UseNextReleasesMojo - Class in org.codehaus.mojo.versions
-
Replaces any release versions with the next release version (if it has been released).
- UseNextReleasesMojo(ArtifactFactory, RepositorySystem, Map, Map) - Constructor for class org.codehaus.mojo.versions.UseNextReleasesMojo
-
Creates a new instance
- UseNextSnapshotsMojo - Class in org.codehaus.mojo.versions
-
Replaces any release versions with the next snapshot version (if it has been deployed).
- UseNextSnapshotsMojo(ArtifactFactory, RepositorySystem, Map, Map) - Constructor for class org.codehaus.mojo.versions.UseNextSnapshotsMojo
-
Creates a new instance.
- UseNextVersionsMojo - Class in org.codehaus.mojo.versions
-
Replaces any version with the latest version.
- UseNextVersionsMojo(ArtifactFactory, RepositorySystem, Map, Map) - Constructor for class org.codehaus.mojo.versions.UseNextVersionsMojo
-
Creates a new instance.
- UseReactorMojo - Class in org.codehaus.mojo.versions
-
Replaces any versions with the corresponding version from the reactor.
- UseReactorMojo(ArtifactFactory, RepositorySystem, Map, Map) - Constructor for class org.codehaus.mojo.versions.UseReactorMojo
-
Creates a new instance.
- UseReleasesMojo - Class in org.codehaus.mojo.versions
-
Replaces any -SNAPSHOT versions with the corresponding release version (if it has been released).
- UseReleasesMojo(ArtifactFactory, RepositorySystem, Map, Map) - Constructor for class org.codehaus.mojo.versions.UseReleasesMojo
-
Creates a new instance.
V
- validateInput() - Method in class org.codehaus.mojo.versions.AbstractVersionsUpdaterMojo
-
Validates input parameters
- validateInput() - Method in class org.codehaus.mojo.versions.DisplayDependencyUpdatesMojo
- validateInput() - Method in class org.codehaus.mojo.versions.UseDepVersionMojo
- verbose - Variable in class org.codehaus.mojo.versions.DisplayDependencyUpdatesMojo
-
If
true, shows dependencies that do not have updates. - versionProducer(Stream) - Method in class org.codehaus.mojo.versions.UpdateParentMojo
- versionProducer(Stream) - Method in class org.codehaus.mojo.versions.UseLatestReleasesMojo
- versionProducer(Stream) - Method in class org.codehaus.mojo.versions.UseLatestSnapshotsMojo
- versionProducer(Stream) - Method in class org.codehaus.mojo.versions.UseLatestVersionsMojo
- versionProducer(Stream) - Method in class org.codehaus.mojo.versions.UseLatestVersionsMojoBase
-
Produces a version from a stream of artifact versions.
- versionProducer(Stream) - Method in class org.codehaus.mojo.versions.UseNextReleasesMojo
- versionProducer(Stream) - Method in class org.codehaus.mojo.versions.UseNextSnapshotsMojo
- versionProducer(Stream) - Method in class org.codehaus.mojo.versions.UseNextVersionsMojo
- VersionsReportRendererBase - Class in org.codehaus.mojo.versions.reporting
-
Base class over AbstractVersionsReportRenderer providing base utility methods
- VersionsReportRendererBase(Sink, I18N, Locale, String, boolean) - Constructor for class org.codehaus.mojo.versions.reporting.VersionsReportRendererBase
-
Creates a new report renderer instance.
W
- wagonMap - Variable in class org.codehaus.mojo.versions.AbstractVersionsReport
-
(injected) map of
Wagoninstances per protocol - wagonMap - Variable in class org.codehaus.mojo.versions.AbstractVersionsUpdaterMojo
-
(injected) map of
Wagoninstances per protocol
All Classes and Interfaces|All Packages|Constant Field Values
Returns
trueif the update should be applied.