Package com.qulice.maven
Class CheckMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
com.qulice.maven.AbstractQuliceMojo
com.qulice.maven.CheckMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
,org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable
@Mojo(name="check",
defaultPhase=VERIFY,
requiresDependencyResolution=TEST,
threadSafe=true)
public final class CheckMojo
extends AbstractQuliceMojo
Check the project and find all possible violations.
- Since:
- 0.3
-
Field Summary
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Do the real execution.void
setValidatorsProvider
(com.qulice.maven.ValidatorsProvider prov) Set provider of validators.Methods inherited from class com.qulice.maven.AbstractQuliceMojo
contextualize, env, execute, session, setAsserts, setEncoding, setExcludes, setProject, setSkip
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
CheckMojo
public CheckMojo()
-
-
Method Details
-
doExecute
public void doExecute() throws org.apache.maven.plugin.MojoFailureExceptionDescription copied from class:AbstractQuliceMojo
Do the real execution.- Specified by:
doExecute
in classAbstractQuliceMojo
- Throws:
org.apache.maven.plugin.MojoFailureException
- If some failure inside
-
setValidatorsProvider
public void setValidatorsProvider(com.qulice.maven.ValidatorsProvider prov) Set provider of validators.- Parameters:
prov
- The provider
-