public interface MojoDescriptorExtractor
Modifier and Type | Field and Description |
---|---|
static String |
ROLE
Plexus role for lookup
|
Modifier and Type | Method and Description |
---|---|
List |
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 |
execute(PluginToolsRequest request)
Execute the mojo extraction.
|
static final String ROLE
List 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 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-2012 Apache Software Foundation. All Rights Reserved.