Class ErrorCodeCrawlerMojo

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

    @Mojo(name="verify",
          requiresDependencyResolution=TEST,
          defaultPhase=VERIFY)
    public class ErrorCodeCrawlerMojo
    extends org.apache.maven.plugin.AbstractMojo
    This class is the entry point of the plugin.
    • Constructor Detail

      • ErrorCodeCrawlerMojo

        public ErrorCodeCrawlerMojo()
    • Method Detail

      • isEnabled

        protected boolean isEnabled()
        Check if the plugin is enabled and should run.
        Returns:
        true if the plugin is enabled, else false
      • execute

        public void execute()
                     throws org.apache.maven.plugin.MojoFailureException
        Throws:
        org.apache.maven.plugin.MojoFailureException