Package io.github.crizzis.codenarc
Class CodeNarcVerifyMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- io.github.crizzis.codenarc.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
-
-
Constructor Summary
Constructors Constructor Description CodeNarcVerifyMojo(CodeNarcRunnerFactory codeNarcRunnerFactory, CodeNarcXmlParser codeNarcXmlParser, Collection<GroovyCompilerPluginIntegration> compilerIntegrations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
-
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
-
Methods inherited from interface io.github.crizzis.codenarc.AnalysisScopeConfig
getExcludes, getIncludes, getSources, getTestSources, isIncludeMain, isIncludeTests
-
-
-
-
Constructor Detail
-
CodeNarcVerifyMojo
@Inject public CodeNarcVerifyMojo(CodeNarcRunnerFactory codeNarcRunnerFactory, CodeNarcXmlParser codeNarcXmlParser, Collection<GroovyCompilerPluginIntegration> compilerIntegrations)
-
-
Method Detail
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
- Specified by:
execute
in interfaceorg.apache.maven.plugin.Mojo
- Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
-
-