org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable@Mojo(name="enforce",
defaultPhase=VALIDATE,
requiresDependencyCollection=TEST,
threadSafe=true)
public class EnforceMojo
extends org.apache.maven.plugin.AbstractMojo
implements org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable
| Modifier and Type | Field | Description |
|---|---|---|
protected static Hashtable<String,EnforcerRule> |
cache |
This is a static variable used to persist the cached results across plugin invocations.
|
protected org.codehaus.plexus.PlexusContainer |
container |
|
protected boolean |
ignoreCache |
Use this flag to disable rule result caching.
|
protected org.apache.maven.plugin.MojoExecution |
mojoExecution |
MojoExecution needed by the ExpressionEvaluator
|
protected org.apache.maven.project.MavenProject |
project |
POM
|
protected org.apache.maven.execution.MavenSession |
session |
The MavenSession
|
protected boolean |
skip |
Flag to easily skip all checks
|
protected org.apache.maven.project.path.PathTranslator |
translator |
Path Translator needed by the ExpressionEvaluator
|
| Constructor | Description |
|---|---|
EnforceMojo() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
contextualize(org.codehaus.plexus.context.Context context) |
|
protected String |
createRuleMessage(int i,
String currentRule,
EnforcerRuleException e) |
|
void |
execute() |
Entry point to the mojo
|
org.apache.maven.project.MavenProject |
getProject() |
|
EnforcerRule[] |
getRules() |
|
org.apache.maven.execution.MavenSession |
getSession() |
|
org.apache.maven.project.path.PathTranslator |
getTranslator() |
|
boolean |
isFail() |
|
boolean |
isFailFast() |
|
boolean |
isSkip() |
|
void |
setFail(boolean theFail) |
|
void |
setFailFast(boolean theFailFast) |
|
void |
setProject(org.apache.maven.project.MavenProject theProject) |
|
void |
setRules(EnforcerRule[] theRules) |
|
void |
setSession(org.apache.maven.execution.MavenSession theSession) |
|
void |
setSkip(boolean theSkip) |
|
void |
setTranslator(org.apache.maven.project.path.PathTranslator theTranslator) |
|
protected boolean |
shouldExecute(EnforcerRule rule) |
This method determines if a rule should execute based on the cache
|
protected static Hashtable<String,EnforcerRule> cache
@Component(role=org.apache.maven.project.path.PathTranslator.class) protected org.apache.maven.project.path.PathTranslator translator
@Parameter(defaultValue="${mojoExecution}",
readonly=true,
required=true)
protected org.apache.maven.plugin.MojoExecution mojoExecution
@Parameter(defaultValue="${session}",
readonly=true,
required=true)
protected org.apache.maven.execution.MavenSession session
@Parameter(defaultValue="${project}",
readonly=true,
required=true)
protected org.apache.maven.project.MavenProject project
@Parameter(property="enforcer.skip",
defaultValue="false")
protected boolean skip
@Parameter(property="enforcer.ignoreCache",
defaultValue="false")
protected boolean ignoreCache
protected org.codehaus.plexus.PlexusContainer container
public void contextualize(org.codehaus.plexus.context.Context context)
throws org.codehaus.plexus.context.ContextException
contextualize in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizableorg.codehaus.plexus.context.ContextExceptionpublic void execute()
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionprotected boolean shouldExecute(EnforcerRule rule)
rule - the rule to verifytrue if rule should be executed, otherwise falsepublic boolean isFail()
public void setFail(boolean theFail)
theFail - the fail to setpublic EnforcerRule[] getRules()
public void setRules(EnforcerRule[] theRules)
theRules - the rules to setpublic void setFailFast(boolean theFailFast)
theFailFast - the failFast to setpublic boolean isFailFast()
protected String createRuleMessage(int i, String currentRule, EnforcerRuleException e)
public void setTranslator(org.apache.maven.project.path.PathTranslator theTranslator)
theTranslator - the translator to setpublic boolean isSkip()
public void setSkip(boolean theSkip)
theSkip - the skip to setpublic org.apache.maven.project.MavenProject getProject()
public void setProject(org.apache.maven.project.MavenProject theProject)
theProject - the project to setpublic org.apache.maven.execution.MavenSession getSession()
public void setSession(org.apache.maven.execution.MavenSession theSession)
theSession - the session to setpublic org.apache.maven.project.path.PathTranslator getTranslator()
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.