@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, skipMojopublic void executeMojo()
throws org.apache.maven.plugin.MojoExecutionException
AbstractJacocoMojoexecuteMojo in class AbstractJacocoMojoorg.apache.maven.plugin.MojoExecutionException - if an unexpected problem occurs. Throwing this exception
causes a "BUILD ERROR" message to be displayed.Copyright © 2024. All rights reserved.