Package org.apache.maven.plugins.gpg
Class GpgSignAttachedMojo
- java.lang.Object
 - 
- org.apache.maven.plugin.AbstractMojo
 - 
- org.apache.maven.plugins.gpg.AbstractGpgMojo
 - 
- org.apache.maven.plugins.gpg.GpgSignAttachedMojo
 
 
 
 
- 
- All Implemented Interfaces:
 org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="sign", defaultPhase=VERIFY, threadSafe=true) public class GpgSignAttachedMojo extends AbstractGpgMojoSign project artifact, the POM, and attached artifacts with GnuPG for deployment.- Author:
 - Jason van Zyl, Jason Dillon, Daniel Kulp
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected org.apache.maven.project.MavenProjectprojectThe maven project. 
- 
Constructor Summary
Constructors Constructor Description GpgSignAttachedMojo() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute() 
 -