public abstract class AbstractJacocoMojo
extends org.apache.maven.plugin.AbstractMojo
| Constructor and Description |
|---|
AbstractJacocoMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
protected abstract void |
executeMojo()
Executes Mojo.
|
protected List<String> |
getExcludes()
Returns the list of class files to exclude.
|
protected List<String> |
getIncludes()
Returns the list of class files to include.
|
protected org.apache.maven.project.MavenProject |
getProject() |
protected void |
skipMojo()
Skips Mojo.
|
public final void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionprotected abstract void executeMojo()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
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.protected void skipMojo()
protected final org.apache.maven.project.MavenProject getProject()
protected List<String> getIncludes()
Copyright © 2024. All rights reserved.