Package org.bsc.maven.plugin.libutils
Class AbstractDeployMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.bsc.maven.plugin.libutils.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
-
-
Field Summary
-
Fields inherited from interface org.bsc.maven.plugin.libutils.Constants
DEPENDENCIES_FILENAME, POM_BACKUP_FILENAME
-
-
Constructor Summary
Constructors Constructor Description AbstractDeployMojo()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidexecute()org.apache.maven.artifact.deployer.ArtifactDeployergetDeployer()org.apache.maven.artifact.repository.ArtifactRepositorygetLocalRepository()voidsetDeployer(org.apache.maven.artifact.deployer.ArtifactDeployer deployer)voidsetLocalRepository(org.apache.maven.artifact.repository.ArtifactRepository localRepository)
-
-
-
Method Detail
-
execute
public abstract void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException- Specified by:
executein interfaceorg.apache.maven.plugin.Mojo- Throws:
org.apache.maven.plugin.MojoExecutionExceptionorg.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)
-
-