org.apache.maven.plugin.gpg
Class SignAndDeployFileMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.apache.maven.plugin.deploy.AbstractDeployMojo
          extended by org.apache.maven.plugin.deploy.DeployFileMojo
              extended by 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
 
Constructor Summary
SignAndDeployFileMojo()
           
 
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.deploy.DeployFileMojo
initProperties, readModel
 
Methods inherited from class org.apache.maven.plugin.deploy.AbstractDeployMojo
getDeployer, getLocalRepository
 
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
 

Field Detail

settings

protected org.apache.maven.settings.Settings settings
Constructor Detail

SignAndDeployFileMojo

public SignAndDeployFileMojo()
Method Detail

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.