public abstract class AbstractDeployMojo extends org.apache.maven.plugin.AbstractMojo implements Constants
DEPENDENCIES_FILENAME, POM_BACKUP_FILENAME| Constructor and Description |
|---|
AbstractDeployMojo() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
execute() |
org.apache.maven.artifact.deployer.ArtifactDeployer |
getDeployer() |
org.apache.maven.artifact.repository.ArtifactRepository |
getLocalRepository() |
void |
setDeployer(org.apache.maven.artifact.deployer.ArtifactDeployer deployer) |
void |
setLocalRepository(org.apache.maven.artifact.repository.ArtifactRepository localRepository) |
public abstract void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
execute in interface org.apache.maven.plugin.Mojoorg.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionpublic org.apache.maven.artifact.deployer.ArtifactDeployer getDeployer()
public void setDeployer(org.apache.maven.artifact.deployer.ArtifactDeployer deployer)
public org.apache.maven.artifact.repository.ArtifactRepository getLocalRepository()
public void setLocalRepository(org.apache.maven.artifact.repository.ArtifactRepository localRepository)
Copyright © 2009–2020. All rights reserved.