public interface MojoDescriptorExtractor
| Modifier and Type | Field and Description |
|---|---|
static String |
ROLE
Plexus role for lookup
|
| Modifier and Type | Method and Description |
|---|---|
List<org.apache.maven.plugin.descriptor.MojoDescriptor> |
execute(org.apache.maven.project.MavenProject project,
org.apache.maven.plugin.descriptor.PluginDescriptor pluginDescriptor)
Deprecated.
Use
execute(PluginToolsRequest) instead.
Provided for backward compatibility with maven-plugin-plugin < 2.5. |
List<org.apache.maven.plugin.descriptor.MojoDescriptor> |
execute(PluginToolsRequest request)
Execute the mojo extraction.
|
static final String ROLE
List<org.apache.maven.plugin.descriptor.MojoDescriptor> execute(org.apache.maven.project.MavenProject project, org.apache.maven.plugin.descriptor.PluginDescriptor pluginDescriptor) throws ExtractionException, org.apache.maven.plugin.descriptor.InvalidPluginDescriptorException
execute(PluginToolsRequest) instead.
Provided for backward compatibility with maven-plugin-plugin < 2.5.ExtractionException - if anyorg.apache.maven.plugin.descriptor.InvalidPluginDescriptorException - if anyList<org.apache.maven.plugin.descriptor.MojoDescriptor> execute(PluginToolsRequest request) throws ExtractionException, org.apache.maven.plugin.descriptor.InvalidPluginDescriptorException
request - The PluginToolsRequest containing information for the extraction process.ExtractionException - if anyorg.apache.maven.plugin.descriptor.InvalidPluginDescriptorException - if anyCopyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.