Class GolangRunMojo

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

@Mojo(name="run",
      defaultPhase=PACKAGE,
      threadSafe=true,
      requiresDependencyResolution=COMPILE_PLUS_RUNTIME)
public class GolangRunMojo
extends AbstractGoPackageAndDependencyAwareMojo
The Mojo allows to run a program, it wraps run command.
Since:
2.0.0