Package | Description |
---|---|
org.apache.maven.plugin.prefix | |
org.apache.maven.plugin.prefix.internal |
Modifier and Type | Class and Description |
---|---|
class |
DefaultPluginPrefixRequest
Collects settings required to resolve a plugin prefix.
|
Modifier and Type | Method and Description |
---|---|
PluginPrefixRequest |
PluginPrefixRequest.setPluginGroups(List<String> pluginGroups)
Sets the list of group ids to scan for the plugin prefix.
|
PluginPrefixRequest |
PluginPrefixRequest.setPom(Model pom)
Sets the POM whose build plugins are to be scanned for the prefix.
|
PluginPrefixRequest |
PluginPrefixRequest.setPrefix(String prefix)
Sets the prefix of the plugin.
|
PluginPrefixRequest |
PluginPrefixRequest.setRepositories(List<org.eclipse.aether.repository.RemoteRepository> repositories)
Sets the remote repositories to use.
|
PluginPrefixRequest |
PluginPrefixRequest.setRepositorySession(org.eclipse.aether.RepositorySystemSession repositorySession)
Sets the session to use for repository access.
|
Modifier and Type | Method and Description |
---|---|
PluginPrefixResult |
PluginPrefixResolver.resolve(PluginPrefixRequest request)
Resolves the plugin prefix for the specified request.
|
Modifier and Type | Method and Description |
---|---|
PluginPrefixResult |
DefaultPluginPrefixResolver.resolve(PluginPrefixRequest request) |
Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.