Package org.glassfish.spec.maven
Class CheckDistributionMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.glassfish.spec.maven.CheckDistributionMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
public class CheckDistributionMojo extends org.apache.maven.plugin.AbstractMojo
-
-
Constructor Summary
Constructors Constructor Description CheckDistributionMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
private Spec
getSpec(java.io.File f)
-
-
-
Field Detail
-
includes
protected java.lang.String includes
include pattern
-
excludes
protected java.lang.String excludes
exclude pattern
-
dir
protected java.io.File dir
include pattern for inclusion
-
specs
protected java.util.List<Spec> specs
Specs
-
-
Method Detail
-
getSpec
private Spec getSpec(java.io.File f) throws java.io.IOException
- Throws:
java.io.IOException
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
- Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
-
-