Uses of Interface
org.apache.maven.plugin.version.PluginVersionRequest
Packages that use PluginVersionRequest
-
Uses of PluginVersionRequest in org.apache.maven.plugin.version
Classes in org.apache.maven.plugin.version that implement PluginVersionRequestModifier and TypeClassDescriptionclass
Collects settings required to resolve the version for a plugin.Methods in org.apache.maven.plugin.version that return PluginVersionRequestModifier 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.Methods in org.apache.maven.plugin.version with parameters of type PluginVersionRequestModifier and TypeMethodDescriptionPluginVersionResolver.resolve
(PluginVersionRequest request) Resolves the version for the specified request. -
Uses of PluginVersionRequest in org.apache.maven.plugin.version.internal
Methods in org.apache.maven.plugin.version.internal with parameters of type PluginVersionRequestModifier and TypeMethodDescriptionDefaultPluginVersionResolver.resolve
(PluginVersionRequest request)