Class GolangCustomMojo

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

@Mojo(name="custom",
      defaultPhase=PACKAGE,
      threadSafe=true,
      requiresDependencyResolution=NONE)
public class GolangCustomMojo
extends AbstractGoPackageAndDependencyAwareMojo
The Mojo allows to process commands which are not covered by MOJOs of the plug-in.