Class PluginDescriptorFilesGenerator

java.lang.Object
org.apache.maven.tools.plugin.generator.PluginDescriptorFilesGenerator
All Implemented Interfaces:
Generator

public class PluginDescriptorFilesGenerator extends Object implements Generator
Serializes
  1. a standard Maven Plugin Descriptor XML file
  2. a descriptor containing a limited set of attributes for PluginHelpGenerator
  3. an enhanced descriptor containing HTML values for some elements (instead of plain text as for the other two) for PluginXdocGenerator
from a given in-memory descriptor. The in-memory descriptor acting as source is supposed to contain XHTML values for description elements.
  • Field Details

    • LOG

      private static final org.slf4j.Logger LOG
  • Constructor Details

    • PluginDescriptorFilesGenerator

      public PluginDescriptorFilesGenerator()
  • Method Details