@Mojo(name="report", threadSafe=true) public class InvokerReport extends AbstractMavenReport
mvn clean integration-test site to ensure the build results are present when this goal is invoked.| Modifier and Type | Field and Description | 
|---|---|
| protected org.codehaus.plexus.i18n.I18N | i18nInternationalization component. | 
| protected File | outputDirectoryThe output directory for the report. | 
| protected MavenProject | projectThe Maven Project. | 
| protected org.apache.maven.doxia.siterenderer.Renderer | siteRendererDoxia Site Renderer component. | 
CATEGORY_PROJECT_INFORMATION, CATEGORY_PROJECT_REPORTS, ROLE| Constructor and Description | 
|---|
| InvokerReport() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | canGenerateReport() | 
| protected void | executeReport(Locale locale) | 
| String | getDescription(Locale locale) | 
| String | getName(Locale locale) | 
| protected String | getOutputDirectory() | 
| String | getOutputName() | 
| protected MavenProject | getProject() | 
| protected org.apache.maven.doxia.siterenderer.Renderer | getSiteRenderer() | 
closeReport, execute, generate, generate, generate, getCategoryName, getInputEncoding, getOutputEncoding, getReportOutputDirectory, getSink, getSinkFactory, isExternalReport, setReportOutputDirectorygetLog, getPluginContext, setLog, setPluginContext@Parameter(defaultValue="${project}", readonly=true, required=true) protected MavenProject project
@Component protected org.apache.maven.doxia.siterenderer.Renderer siteRenderer
@Component protected org.codehaus.plexus.i18n.I18N i18n
@Parameter(defaultValue="${project.reporting.outputDirectory}", required=true) protected File outputDirectory
protected void executeReport(Locale locale) throws MavenReportException
executeReport in class AbstractMavenReportMavenReportExceptionprotected String getOutputDirectory()
getOutputDirectory in class AbstractMavenReportprotected MavenProject getProject()
getProject in class AbstractMavenReportprotected org.apache.maven.doxia.siterenderer.Renderer getSiteRenderer()
getSiteRenderer in class AbstractMavenReportpublic String getOutputName()
public boolean canGenerateReport()
canGenerateReport in interface MavenReportcanGenerateReport in class AbstractMavenReportCopyright © 2002–2017 The Apache Software Foundation. All rights reserved.