Class CodeNarcVerifyMojo

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

    @Mojo(name="verify",
          defaultPhase=VERIFY,
          requiresDependencyResolution=TEST)
    public class CodeNarcVerifyMojo
    extends org.apache.maven.plugin.AbstractMojo
    implements AnalysisScopeConfig
    Perform CodeNarc analysis, and optionally fail the build if specified quality criteria are not met
    • Method Detail

      • execute

        public void execute()
                     throws org.apache.maven.plugin.MojoExecutionException,
                            org.apache.maven.plugin.MojoFailureException
        Specified by:
        execute in interface org.apache.maven.plugin.Mojo
        Throws:
        org.apache.maven.plugin.MojoExecutionException
        org.apache.maven.plugin.MojoFailureException