Class ActionSiteGeneratorMojo

  • All Implemented Interfaces:
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

    @Mojo(name="generate-action-site",
          defaultPhase=SITE)
    public class ActionSiteGeneratorMojo
    extends org.nasdanika.maven.AbstractCommandMojo
    Generates action site.
    • Field Summary

      • Fields inherited from class org.nasdanika.maven.AbstractCommandMojo

        project
      • Fields inherited from interface org.apache.maven.plugin.Mojo

        ROLE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void execute​(org.nasdanika.common.Context context, org.nasdanika.common.ProgressMonitor progressMonitor)  
      • Methods inherited from class org.nasdanika.maven.AbstractCommandMojo

        createCommand, createContext, createProgressMonitor, execute, logDiagnostic
      • Methods inherited from class org.apache.maven.plugin.AbstractMojo

        getLog, getPluginContext, setLog, setPluginContext
    • Method Detail

      • execute

        protected void execute​(org.nasdanika.common.Context context,
                               org.nasdanika.common.ProgressMonitor progressMonitor)
        Specified by:
        execute in class org.nasdanika.maven.AbstractCommandMojo