Uses of Class
org.jacoco.maven.AbstractAgentMojo
-
Packages that use AbstractAgentMojo Package Description org.jacoco.maven -
-
Uses of AbstractAgentMojo in org.jacoco.maven
Subclasses of AbstractAgentMojo in org.jacoco.maven Modifier and Type Class Description class
AgentITMojo
Same asprepare-agent
, but provides default values suitable for integration-tests: bound topre-integration-test
phase differentdestFile
class
AgentMojo
Prepares a property pointing to the JaCoCo runtime agent that can be passed as a VM argument to the application under test.
-