@Mojo(name="sign",
defaultPhase=VERIFY,
threadSafe=true)
public class GpgSignAttachedMojo
extends AbstractGpgMojo
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.maven.project.MavenProject |
project
The maven project.
|
| Constructor and Description |
|---|
GpgSignAttachedMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
protected boolean |
isExcluded(String name)
Tests whether or not a name matches against at least one exclude pattern.
|
@Parameter(defaultValue="${project}",
readonly=true,
required=true)
protected org.apache.maven.project.MavenProject project
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionprotected boolean isExcluded(String name)
name - The name to match. Must not be null.true when the name matches against at least one exclude pattern, or false
otherwise.Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.