Class AbstractDeployMojo

  • All Implemented Interfaces:
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, Constants
    Direct Known Subclasses:
    DeployFolderMojo

    public abstract class AbstractDeployMojo
    extends org.apache.maven.plugin.AbstractMojo
    implements Constants
    Author:
    sorrentino
    • Constructor Detail

      • AbstractDeployMojo

        public AbstractDeployMojo()
    • Method Detail

      • execute

        public abstract void execute()
                              throws org.apache.maven.plugin.MojoExecutionException,
                                     org.apache.maven.plugin.MojoFailureException
        Specified by:
        execute in interface org.apache.maven.plugin.Mojo
        Throws:
        org.apache.maven.plugin.MojoExecutionException
        org.apache.maven.plugin.MojoFailureException
      • getDeployer

        public org.apache.maven.artifact.deployer.ArtifactDeployer getDeployer()
      • setDeployer

        public void setDeployer​(org.apache.maven.artifact.deployer.ArtifactDeployer deployer)
      • getLocalRepository

        public org.apache.maven.artifact.repository.ArtifactRepository getLocalRepository()
      • setLocalRepository

        public void setLocalRepository​(org.apache.maven.artifact.repository.ArtifactRepository localRepository)