@Mojo(name="dump", defaultPhase=POST_INTEGRATION_TEST, threadSafe=true) public class DumpMojo extends AbstractJacocoMojo
Request a dump over TCP/IP from a JaCoCo agent running in
tcpserver
mode.
Note concerning parallel builds: While the dump goal as such is thread safe, it has to be considered that TCP/IP server ports of the agents are a shared resource.
Constructor and Description |
---|
DumpMojo() |
Modifier and Type | Method and Description |
---|---|
void |
executeMojo()
Executes Mojo.
|
execute, getExcludes, getIncludes, getProject, skipMojo
public void executeMojo() throws org.apache.maven.plugin.MojoExecutionException
AbstractJacocoMojo
executeMojo
in class AbstractJacocoMojo
org.apache.maven.plugin.MojoExecutionException
- if an unexpected problem occurs. Throwing this exception
causes a "BUILD ERROR" message to be displayed.Copyright © 2017. All rights reserved.