Class GolangFixMojo

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

    @Mojo(name="fix",
          defaultPhase=VALIDATE,
          threadSafe=true,
          requiresDependencyResolution=COMPILE)
    public class GolangFixMojo
    extends AbstractModuleAware
    The Mojo wraps the 'fix' command.