Class MicroMojo

  • All Implemented Interfaces:
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
    Direct Known Subclasses:
    PackageMojo, RunMojo

    public abstract class MicroMojo
    extends org.apache.maven.plugin.AbstractMojo
    The abstract Mojo used as our own base class.
    Author:
    Manfred Riem ([email protected])
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected boolean banner
      Stores the banner flag (defaults to true).
      • Fields inherited from interface org.apache.maven.plugin.Mojo

        ROLE
    • Constructor Summary

      Constructors 
      Constructor Description
      MicroMojo()  
    • Field Detail

      • banner

        @Parameter(defaultValue="true",
                   required=false)
        protected boolean banner
        Stores the banner flag (defaults to true).
    • Constructor Detail

      • MicroMojo

        public MicroMojo()
    • Method Detail

      • showBanner

        protected void showBanner()
        Shows the banner.