Uses of Interface
org.apache.maven.plugin.version.PluginVersionRequest
-
Uses of PluginVersionRequest in org.apache.maven.plugin.version
Modifier and TypeClassDescriptionclass
Collects settings required to resolve the version for a plugin.Modifier and TypeMethodDescriptionPluginVersionRequest.setArtifactId
(String artifactId) Sets the artifact id of the plugin.PluginVersionRequest.setGroupId
(String groupId) Sets the group id of the plugin.Sets the POM whose build plugins are to be scanned for the version.PluginVersionRequest.setRepositories
(List<org.eclipse.aether.repository.RemoteRepository> repositories) Sets the remote repositories to use.PluginVersionRequest.setRepositorySession
(org.eclipse.aether.RepositorySystemSession repositorySession) Sets the session to use for repository access.Modifier and TypeMethodDescriptionPluginVersionResolver.resolve
(PluginVersionRequest request) Resolves the version for the specified request. -
Uses of PluginVersionRequest in org.apache.maven.plugin.version.internal
Modifier and TypeMethodDescriptionDefaultPluginVersionResolver.resolve
(PluginVersionRequest request)