public abstract class AbstractCoberturaMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
protected List<org.apache.maven.artifact.Artifact> |
pluginClasspathList
Maven Internal: List of artifacts for the plugin.
|
| Constructor and Description |
|---|
AbstractCoberturaMojo() |
| Modifier and Type | Method and Description |
|---|---|
protected File |
getDataFile()
Get the data file which is or will be generated by Cobertura, never
null. |
protected org.apache.maven.project.MavenProject |
getProject() |
protected void |
setTaskDefaults(AbstractTask task)
Setup the Task defaults.
|
protected boolean |
skipMojo()
Determine if the mojo execution should get skipped.
|
getLog, getPluginContext, setLog, setPluginContextprotected List<org.apache.maven.artifact.Artifact> pluginClasspathList
protected void setTaskDefaults(AbstractTask task)
task - the task to setup.protected boolean skipMojo()
Determine if the mojo execution should get skipped.
This is the case if:skip is trueforceMojoExecution is falsetrue if the mojo execution should be skipped.protected File getDataFile()
null.protected final org.apache.maven.project.MavenProject getProject()
Copyright © 2005–2015 Codehaus. All rights reserved.