| Package | Description |
|---|---|
| org.codehaus.mojo.versions | |
| org.codehaus.mojo.versions.api |
| Modifier and Type | Method and Description |
|---|---|
VersionsHelper |
AbstractVersionsReport.getHelper() |
VersionsHelper |
AbstractVersionsUpdaterMojo.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 currentVersion,
Property property,
Boolean allowSnapshots,
List 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-2014. All Rights Reserved.