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.getPluginDescriptorForPrefix(String prefix) Deprecated.loadPluginDescriptor(Plugin plugin, MavenProject project, MavenSession session) Deprecated.loadPluginFully(Plugin plugin, MavenProject project, MavenSession session) Deprecated.verifyPlugin(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.
- 
verifyPluginPluginDescriptor 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
 
- 
loadPluginDescriptorPluginDescriptor loadPluginDescriptor(Plugin plugin, MavenProject project, MavenSession session) throws ArtifactResolutionException, PluginVersionResolutionException, ArtifactNotFoundException, InvalidVersionSpecificationException, InvalidPluginException, PluginManagerException, PluginNotFoundException, PluginVersionNotFoundException Deprecated.
- 
loadPluginFullyPluginDescriptor loadPluginFully(Plugin plugin, MavenProject project, MavenSession session) throws ArtifactResolutionException, PluginVersionResolutionException, ArtifactNotFoundException, InvalidVersionSpecificationException, InvalidPluginException, PluginManagerException, PluginNotFoundException, PluginVersionNotFoundException Deprecated.
 
-