Package org.apache.maven.plugin
Interface PluginManager
- All Known Implementing Classes:
- DefaultPluginManager
Deprecated.
- 
Field SummaryFields
- 
Method SummaryModifier 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- 
ROLEDeprecated.
 
- 
- 
Method Details- 
executeMojovoid executeMojo(MavenProject project, MojoExecution execution, MavenSession session) throws MojoExecutionException, ArtifactResolutionException, MojoFailureException, ArtifactNotFoundException, InvalidDependencyVersionException, PluginManagerException, PluginConfigurationException Deprecated.
- 
getPluginDescriptorForPrefixDeprecated.
- 
getPluginDefinitionForPrefixDeprecated.
- 
verifyPluginorg.apache.maven.plugin.descriptor.PluginDescriptor verifyPlugin(Plugin plugin, MavenProject project, Settings settings, ArtifactRepository localRepository) throws ArtifactResolutionException, PluginVersionResolutionException, ArtifactNotFoundException, InvalidVersionSpecificationException, InvalidPluginException, PluginManagerException, PluginNotFoundException, PluginVersionNotFoundException Deprecated.
- 
getPluginComponentObject getPluginComponent(Plugin plugin, String role, String roleHint) throws PluginManagerException, org.codehaus.plexus.component.repository.exception.ComponentLookupException Deprecated.- Throws:
- PluginManagerException
- org.codehaus.plexus.component.repository.exception.ComponentLookupException
 
- 
getPluginComponentsMap<String,Object> getPluginComponents(Plugin plugin, String role) throws org.codehaus.plexus.component.repository.exception.ComponentLookupException, PluginManagerException Deprecated.- Throws:
- org.codehaus.plexus.component.repository.exception.ComponentLookupException
- PluginManagerException
 
- 
loadPluginDescriptororg.apache.maven.plugin.descriptor.PluginDescriptor loadPluginDescriptor(Plugin plugin, MavenProject project, MavenSession session) throws ArtifactResolutionException, PluginVersionResolutionException, ArtifactNotFoundException, InvalidVersionSpecificationException, InvalidPluginException, PluginManagerException, PluginNotFoundException, PluginVersionNotFoundException Deprecated.
- 
loadPluginFullyorg.apache.maven.plugin.descriptor.PluginDescriptor loadPluginFully(Plugin plugin, MavenProject project, MavenSession session) throws ArtifactResolutionException, PluginVersionResolutionException, ArtifactNotFoundException, InvalidVersionSpecificationException, InvalidPluginException, PluginManagerException, PluginNotFoundException, PluginVersionNotFoundException Deprecated.
 
-