Class EnhancedPluginDescriptorBuilder
java.lang.Object
org.apache.maven.plugin.descriptor.PluginDescriptorBuilder
org.apache.maven.plugins.plugin.descriptor_old.EnhancedPluginDescriptorBuilder
@Deprecated
public class EnhancedPluginDescriptorBuilder
extends org.apache.maven.plugin.descriptor.PluginDescriptorBuilder
Deprecated.
Reads enhanced plugin.xml files as generated by
PluginDescriptorFilesGenerator
and
used by PluginReport
.
Populates the slightly extended Parameter
object EnhancedParameterWrapper
.-
Constructor Summary
ConstructorDescriptionEnhancedPluginDescriptorBuilder
(org.apache.maven.rtinfo.RuntimeInformation rtInfo) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.maven.plugin.descriptor.MojoDescriptor
buildComponentDescriptor
(org.codehaus.plexus.configuration.PlexusConfiguration c, org.apache.maven.plugin.descriptor.PluginDescriptor pluginDescriptor) Deprecated.Methods inherited from class org.apache.maven.plugin.descriptor.PluginDescriptorBuilder
build, build, buildConfiguration
-
Constructor Details
-
EnhancedPluginDescriptorBuilder
Deprecated.
-
-
Method Details
-
buildComponentDescriptor
public org.apache.maven.plugin.descriptor.MojoDescriptor buildComponentDescriptor(org.codehaus.plexus.configuration.PlexusConfiguration c, org.apache.maven.plugin.descriptor.PluginDescriptor pluginDescriptor) throws org.codehaus.plexus.configuration.PlexusConfigurationException Deprecated.- Overrides:
buildComponentDescriptor
in classorg.apache.maven.plugin.descriptor.PluginDescriptorBuilder
- Throws:
org.codehaus.plexus.configuration.PlexusConfigurationException
-