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

public abstract class AbstractAgentMojo extends AbstractJacocoMojo
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.