| Package | Description |
|---|---|
| org.codehaus.mojo.versions | |
| org.codehaus.mojo.versions.api |
| Modifier and Type | Method and Description |
|---|---|
VersionsHelper |
AbstractVersionsUpdaterMojo.getHelper() |
VersionsHelper |
AbstractVersionsReport.getHelper() |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultVersionsHelper
Helper class that provides common functionality required by both the mojos and the reports.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.maven.artifact.versioning.ArtifactVersion |
PropertyVersions.getNewestVersion(String versionString,
Property property,
boolean allowSnapshots,
Collection<org.apache.maven.project.MavenProject> reactorProjects,
VersionsHelper helper,
boolean allowDowngrade,
Optional<Segment> upperBoundSegment)
Retrieves the newest artifact version for the given property-denoted artifact or
null if no newer
version could be found. |
org.apache.maven.artifact.versioning.ArtifactVersion |
PropertyVersions.getNewestVersion(String currentVersion,
Property property,
boolean allowSnapshots,
List<org.apache.maven.project.MavenProject> reactorProjects,
VersionsHelper helper) |
static org.apache.maven.artifact.Artifact |
PomHelper.getProjectParent(ModifiedPomXMLEventReader pom,
VersionsHelper helper)
Gets the parent artifact from the pom.
|
static org.codehaus.mojo.versions.api.PropertyVersionsBuilder[] |
PomHelper.getPropertyVersionsBuilders(VersionsHelper helper,
org.apache.maven.project.MavenProject project)
Examines the project to find any properties which are associated with versions of artifacts in the project.
|
Copyright © 2008–2022 MojoHaus. All rights reserved.