Class CheckDistributionMojo

  • All Implemented Interfaces:
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

    public class CheckDistributionMojo
    extends org.apache.maven.plugin.AbstractMojo
    • Field Summary

      Fields 
      Modifier and Type Field 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
      • Fields inherited from interface org.apache.maven.plugin.Mojo

        ROLE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute()  
      private Spec getSpec​(java.io.File f)  
      • Methods inherited from class org.apache.maven.plugin.AbstractMojo

        getLog, getPluginContext, setLog, setPluginContext
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
    • Constructor Detail

      • CheckDistributionMojo

        public CheckDistributionMojo()
    • 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