Class InstallMojo

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

    @Mojo(name="install",
          defaultPhase=INSTALL,
          threadSafe=true)
    public class InstallMojo
    extends AbstractInstallMojo
    Installs the project's main artifact, and any other artifacts attached by other plugins in the lifecycle, to the local repository.
    Author:
    Emmanuel Venisse
    • Constructor Detail

      • InstallMojo

        public InstallMojo()
    • Method Detail

      • execute

        public void execute()
                     throws org.apache.maven.plugin.MojoExecutionException,
                            org.apache.maven.plugin.MojoFailureException
        Throws:
        org.apache.maven.plugin.MojoExecutionException
        org.apache.maven.plugin.MojoFailureException
      • setSkip

        public void setSkip​(boolean skip)