@Mojo(name="merge", defaultPhase=GENERATE_RESOURCES, threadSafe=true) public class MergeMojo extends AbstractJacocoMojo
Constructor and Description |
---|
MergeMojo() |
Modifier and Type | Method and Description |
---|---|
protected void |
executeMojo()
Executes Mojo.
|
execute, getExcludes, getIncludes, getProject, skipMojo
protected void executeMojo() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
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.org.apache.maven.plugin.MojoFailureException
- if an expected problem (such as a compilation failure)
occurs. Throwing this exception causes a "BUILD FAILURE"
message to be displayed.Copyright © 2022. All rights reserved.