Class AgentITMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
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
  • Constructor Details

    • AgentITMojo

      public AgentITMojo()