Package org.jacoco.maven
Class AgentITMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.jacoco.maven.AbstractJacocoMojo
org.jacoco.maven.AbstractAgentMojo
org.jacoco.maven.AgentITMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="prepare-agent-integration",
defaultPhase=PRE_INTEGRATION_TEST,
requiresDependencyResolution=RUNTIME,
threadSafe=true)
public class AgentITMojo
extends AbstractAgentMojo
Same as
prepare-agent
, but provides default values suitable for
integration-tests:
- bound to
pre-integration-test
phase - different
destFile
- Since:
- 0.6.4
-
Field Summary
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jacoco.maven.AbstractAgentMojo
executeMojo, skipMojo
Methods inherited from class org.jacoco.maven.AbstractJacocoMojo
execute, getProject
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
AgentITMojo
public AgentITMojo()
-