Class 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 Detail

      • destFile

        @Parameter(property="jacoco.destFile",
                   defaultValue="${project.build.directory}/jacoco-it.exec")
        private java.io.File destFile
        Path to the output file for execution data.
    • Constructor Detail

      • AgentITMojo

        public AgentITMojo()