Package org.apache.maven.plugin
Interface PluginManager
- All Known Implementing Classes:
DefaultPluginManager
Deprecated.
- Author:
- Jason van Zyl
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidexecuteMojo(MavenProject project, MojoExecution execution, MavenSession session) Deprecated.getPluginComponent(Plugin plugin, String role, String roleHint) Deprecated.getPluginComponents(Plugin plugin, String role) Deprecated.getPluginDefinitionForPrefix(String prefix, MavenSession session, MavenProject project) Deprecated.org.apache.maven.plugin.descriptor.PluginDescriptorgetPluginDescriptorForPrefix(String prefix) Deprecated.org.apache.maven.plugin.descriptor.PluginDescriptorloadPluginDescriptor(Plugin plugin, MavenProject project, MavenSession session) Deprecated.org.apache.maven.plugin.descriptor.PluginDescriptorloadPluginFully(Plugin plugin, MavenProject project, MavenSession session) Deprecated.org.apache.maven.plugin.descriptor.PluginDescriptorverifyPlugin(Plugin plugin, MavenProject project, Settings settings, ArtifactRepository localRepository) Deprecated.
-
Field Details
-
ROLE
Deprecated.
-
-
Method Details
-
executeMojo
void executeMojo(MavenProject project, MojoExecution execution, MavenSession session) throws MojoExecutionException, ArtifactResolutionException, MojoFailureException, ArtifactNotFoundException, InvalidDependencyVersionException, PluginManagerException, PluginConfigurationException Deprecated. -
getPluginDescriptorForPrefix
Deprecated. -
getPluginDefinitionForPrefix
Deprecated. -
verifyPlugin
org.apache.maven.plugin.descriptor.PluginDescriptor verifyPlugin(Plugin plugin, MavenProject project, Settings settings, ArtifactRepository localRepository) throws ArtifactResolutionException, PluginVersionResolutionException, ArtifactNotFoundException, InvalidVersionSpecificationException, InvalidPluginException, PluginManagerException, PluginNotFoundException, PluginVersionNotFoundException Deprecated. -
getPluginComponent
Object getPluginComponent(Plugin plugin, String role, String roleHint) throws PluginManagerException, org.codehaus.plexus.component.repository.exception.ComponentLookupException Deprecated.- Throws:
PluginManagerExceptionorg.codehaus.plexus.component.repository.exception.ComponentLookupException
-
getPluginComponents
Map<String,Object> getPluginComponents(Plugin plugin, String role) throws org.codehaus.plexus.component.repository.exception.ComponentLookupException, PluginManagerException Deprecated.- Throws:
org.codehaus.plexus.component.repository.exception.ComponentLookupExceptionPluginManagerException
-
loadPluginDescriptor
org.apache.maven.plugin.descriptor.PluginDescriptor loadPluginDescriptor(Plugin plugin, MavenProject project, MavenSession session) throws ArtifactResolutionException, PluginVersionResolutionException, ArtifactNotFoundException, InvalidVersionSpecificationException, InvalidPluginException, PluginManagerException, PluginNotFoundException, PluginVersionNotFoundException Deprecated. -
loadPluginFully
org.apache.maven.plugin.descriptor.PluginDescriptor loadPluginFully(Plugin plugin, MavenProject project, MavenSession session) throws ArtifactResolutionException, PluginVersionResolutionException, ArtifactNotFoundException, InvalidVersionSpecificationException, InvalidPluginException, PluginManagerException, PluginNotFoundException, PluginVersionNotFoundException Deprecated.
-