Class GolangCleanMojo

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

    @Mojo(name="clean",
          defaultPhase=CLEAN,
          threadSafe=true,
          requiresDependencyResolution=COMPILE)
    public class GolangCleanMojo
    extends AbstractGoPackageAndDependencyAwareMojo
    The Mojo wraps the 'clean' command.