Class InstallMojo

java.lang.Object
org.apache.maven.plugins.install.InstallMojo
All Implemented Interfaces:
org.apache.maven.api.plugin.Mojo

@Mojo(name="install", defaultPhase="install") public class InstallMojo extends Object implements org.apache.maven.api.plugin.Mojo
Installs the project's main artifact, and any other artifacts attached by other plugins in the lifecycle, to the local repository.
  • Constructor Details

    • InstallMojo

      public InstallMojo()
  • Method Details

    • execute

      public void execute()
      Specified by:
      execute in interface org.apache.maven.api.plugin.Mojo
    • getLog

      protected org.apache.maven.api.plugin.Log getLog()