@Mojo(name="sign", defaultPhase=VERIFY, threadSafe=true) public class GpgSignAttachedMojo extends AbstractGpgMojo
| Modifier and Type | Field and Description |
|---|---|
protected 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.
|
getLog, getPluginContext, setLog, setPluginContext@Component protected MavenProject project
public void execute()
throws MojoExecutionException,
MojoFailureException
protected 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-2014 The Apache Software Foundation. All Rights Reserved.