Package org.jacoco.maven
Class AbstractAgentMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.jacoco.maven.AbstractJacocoMojo
org.jacoco.maven.AbstractAgentMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
AgentITMojo,AgentMojo
Base class for preparing a property pointing to the JaCoCo runtime agent that
can be passed as a VM argument to the application under test.
-
Field Summary
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jacoco.maven.AbstractJacocoMojo
execute, getProjectMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
AbstractAgentMojo
public AbstractAgentMojo()
-
-
Method Details
-
executeMojo
public void executeMojo()Description copied from class:AbstractJacocoMojoExecutes Mojo.- Specified by:
executeMojoin classAbstractJacocoMojo
-
skipMojo
protected void skipMojo()Description copied from class:AbstractJacocoMojoSkips Mojo.- Overrides:
skipMojoin classAbstractJacocoMojo
-