@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, skipMojoprotected void executeMojo()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
AbstractJacocoMojoexecuteMojo in class AbstractJacocoMojoorg.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 © 2024. All rights reserved.