Class GolangGenerateMojo

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

    @Mojo(name="generate",
          defaultPhase=GENERATE_SOURCES,
          threadSafe=true,
          requiresDependencyResolution=COMPILE)
    public class GolangGenerateMojo
    extends AbstractModuleAware
    The Mojo wraps the 'generate' command.