Class GolangMvnInstallMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="mvninstall",
      defaultPhase=INSTALL,
      threadSafe=true,
      requiresDependencyResolution=COMPILE)
public class GolangMvnInstallMojo
extends AbstractGoDependencyAwareMojo
The Mojo packs all found source and resource project folders and create new artifact in the local repository.
Since:
2.1.0