Class GolangVetMojo

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

    @Mojo(name="vet",
          defaultPhase=VERIFY,
          threadSafe=true,
          requiresDependencyResolution=COMPILE)
    public class GolangVetMojo
    extends AbstractModuleAware
    The Mojo wraps the 'vet' command.