Package | Description |
---|---|
org.apache.maven.plugin.version | |
org.apache.maven.plugin.version.internal |
Modifier and Type | Class and Description |
---|---|
class |
DefaultPluginVersionRequest
Collects settings required to resolve the version for a plugin.
|
Modifier and Type | Method and Description |
---|---|
PluginVersionRequest |
PluginVersionRequest.setArtifactId(String artifactId)
Sets the artifact id of the plugin.
|
PluginVersionRequest |
PluginVersionRequest.setGroupId(String groupId)
Sets the group id of the plugin.
|
PluginVersionRequest |
PluginVersionRequest.setPom(Model pom)
Sets the POM whose build plugins are to be scanned for the version.
|
PluginVersionRequest |
PluginVersionRequest.setRepositories(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 and Description |
---|---|
PluginVersionResult |
PluginVersionResolver.resolve(PluginVersionRequest request)
Resolves the version for the specified request.
|
Modifier and Type | Method and Description |
---|---|
PluginVersionResult |
DefaultPluginVersionResolver.resolve(PluginVersionRequest request) |
Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.