org.apache.geronimo.genesis.plugins.tools
Class GpgSignAttachedMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.apache.geronimo.genesis.MojoSupport
          extended by org.apache.geronimo.genesis.plugins.tools.GpgSignAttachedMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable

public class GpgSignAttachedMojo
extends org.apache.geronimo.genesis.MojoSupport

Sign project attached artifacts with GnuPG.

Version:
$Rev: 470156 $ $Date: 2006-11-01 17:11:16 -0800 (Wed, 01 Nov 2006) $

Field Summary
protected  org.apache.maven.project.MavenProject project
          The maven project.
 
Fields inherited from class org.apache.geronimo.genesis.MojoSupport
container, log
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
GpgSignAttachedMojo()
           
 
Method Summary
protected  void doExecute()
           
 
Methods inherited from class org.apache.geronimo.genesis.MojoSupport
contextualize, createArtifact, execute, getArtifact, getArtifactFactory, getArtifactRepository, getArtifactResolver, getProject, getProjectArtifacts, getProjectArtifacts, getProjectArtifacts, init, resolveArtifact, resolveArtifact
 
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

project

protected org.apache.maven.project.MavenProject project
The maven project.

Constructor Detail

GpgSignAttachedMojo

public GpgSignAttachedMojo()
Method Detail

doExecute

protected void doExecute()
                  throws Exception
Overrides:
doExecute in class org.apache.geronimo.genesis.MojoSupport
Throws:
Exception


Copyright © 2003-2006 Apache Software Foundation. All Rights Reserved.