org.apache.maven.plugin.gpg
Class SignAndDeployFileMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.plugin.deploy.AbstractDeployMojo
org.apache.maven.plugin.deploy.DeployFileMojo
org.apache.maven.plugin.gpg.SignAndDeployFileMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class SignAndDeployFileMojo
- extends DeployFileMojo
Signs artifacts and installs the artifact in the remote repository.
- Since:
- 1.0-beta-4
- Author:
- Daniel Kulp
Field Summary |
protected org.apache.maven.settings.Settings |
settings
|
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Method Summary |
void |
execute()
|
void |
setDeployer(org.apache.maven.artifact.deployer.ArtifactDeployer deployer)
|
void |
setLocalRepository(org.apache.maven.artifact.repository.ArtifactRepository localRepository)
|
Methods inherited from class org.apache.maven.plugin.AbstractMojo |
getLog, getPluginContext, setLog, setPluginContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
settings
protected org.apache.maven.settings.Settings settings
SignAndDeployFileMojo
public SignAndDeployFileMojo()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
- Specified by:
execute
in interface org.apache.maven.plugin.Mojo
- Overrides:
execute
in class DeployFileMojo
- Throws:
org.apache.maven.plugin.MojoExecutionException
setDeployer
public void setDeployer(org.apache.maven.artifact.deployer.ArtifactDeployer deployer)
- Overrides:
setDeployer
in class AbstractDeployMojo
setLocalRepository
public void setLocalRepository(org.apache.maven.artifact.repository.ArtifactRepository localRepository)
- Overrides:
setLocalRepository
in class AbstractDeployMojo
Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.