@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.
|
getLog, getPluginContext, setLog, setPluginContext
@Parameter(defaultValue="${project}", readonly=true, required=true) protected org.apache.maven.project.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–2015 The Apache Software Foundation. All rights reserved.