Class GolangInstallMojo

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

    @Mojo(name="install",
          defaultPhase=DEPLOY,
          threadSafe=true,
          requiresDependencyResolution=COMPILE)
    public class GolangInstallMojo
    extends AbstractModuleAware
    The Mojo wraps the 'install' command.