| Package | Description |
|---|---|
| org.apache.maven.plugin.version | |
| org.apache.maven.plugin.version.internal |
| Modifier and Type | Class | Description |
|---|---|---|
class |
DefaultPluginVersionRequest |
Collects settings required to resolve the version for a plugin.
|
| Modifier and Type | Method | Description |
|---|---|---|
PluginVersionRequest |
PluginVersionRequest.setArtifactId(java.lang.String artifactId) |
Sets the artifact id of the plugin.
|
PluginVersionRequest |
PluginVersionRequest.setGroupId(java.lang.String groupId) |
Sets the group id of the plugin.
|
PluginVersionRequest |
PluginVersionRequest.setPom(org.apache.maven.model.Model pom) |
Sets the POM whose build plugins are to be scanned for the version.
|
PluginVersionRequest |
PluginVersionRequest.setRepositories(java.util.List<org.eclipse.aether.repository.RemoteRepository> repositories) |
Sets the remote repositories to use.
|
PluginVersionRequest |
PluginVersionRequest.setRepositorySession(org.eclipse.aether.RepositorySystemSession repositorySession) |
Sets the session to use for repository access.
|
| Modifier and Type | Method | Description |
|---|---|---|
PluginVersionResult |
PluginVersionResolver.resolve(PluginVersionRequest request) |
Resolves the version for the specified request.
|
| Modifier and Type | Method | Description |
|---|---|---|
PluginVersionResult |
DefaultPluginVersionResolver.resolve(PluginVersionRequest request) |