org.jacoco.maven
Class AgentITMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.jacoco.maven.AbstractJacocoMojo
          extended by org.jacoco.maven.AbstractAgentMojo
              extended by 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:

Since:
0.6.4

Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
AgentITMojo()
           
 
Method Summary
 
Methods inherited from class org.jacoco.maven.AbstractAgentMojo
executeMojo, skipMojo
 
Methods inherited from class org.jacoco.maven.AbstractJacocoMojo
execute, getExcludes, getIncludes, getProject
 
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgentITMojo

public AgentITMojo()


Copyright © 2009–2018 Mountainminds GmbH & Co. KG. All rights reserved.