Class GolangTestMojo

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

@Mojo(name="test",
      defaultPhase=TEST,
      threadSafe=true,
      requiresDependencyResolution=TEST)
public class GolangTestMojo
extends AbstractGoPackageAndDependencyAwareMojo
The Mojo wraps the 'test' command.