Class PluginDescriptorGenerator

    • Constructor Detail

      • PluginDescriptorGenerator

        public PluginDescriptorGenerator​(org.apache.maven.plugin.logging.Log log)
    • Method Detail

      • writeDescriptor

        public void writeDescriptor​(File destinationFile,
                                    PluginToolsRequest request,
                                    boolean helpDescriptor)
                             throws IOException,
                                    org.apache.maven.plugin.descriptor.DuplicateMojoDescriptorException
        Throws:
        IOException
        org.apache.maven.plugin.descriptor.DuplicateMojoDescriptorException
      • processMojoDescriptor

        protected void processMojoDescriptor​(org.apache.maven.plugin.descriptor.MojoDescriptor mojoDescriptor,
                                             org.codehaus.plexus.util.xml.XMLWriter w)
      • processMojoDescriptor

        protected void processMojoDescriptor​(org.apache.maven.plugin.descriptor.MojoDescriptor mojoDescriptor,
                                             org.codehaus.plexus.util.xml.XMLWriter w,
                                             boolean helpDescriptor)
        Parameters:
        mojoDescriptor - not null
        w - not null
        helpDescriptor - will clean html content from description fields