public class CheckDistributionMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
protected java.io.File |
dir
include pattern for inclusion
|
protected java.lang.String |
excludes
exclude pattern
|
protected java.lang.String |
includes
include pattern
|
protected java.util.List<Spec> |
specs
Specs
|
| Constructor and Description |
|---|
CheckDistributionMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
private Spec |
getSpec(java.io.File f) |
protected java.lang.String includes
protected java.lang.String excludes
protected java.io.File dir
protected java.util.List<Spec> specs
private Spec getSpec(java.io.File f) throws java.io.IOException
java.io.IOExceptionpublic void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureException