org.apache.maven.report.projectinfo
Class ProjectSummaryReport
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.reporting.AbstractMavenReport
org.apache.maven.report.projectinfo.AbstractProjectInfoReport
org.apache.maven.report.projectinfo.ProjectSummaryReport
- All Implemented Interfaces:
- ContextEnabled, Mojo, MavenMultiPageReport, MavenReport
@Mojo(name="summary")
public class ProjectSummaryReport
- extends AbstractProjectInfoReport
Generates the project information reports summary.
- Since:
- 2.0
- Version:
- $Id: ProjectSummaryReport.java 1359783 2012-07-10 16:57:48Z tchemit $
- Author:
- Edwin Punzalan
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Methods inherited from class org.apache.maven.report.projectinfo.AbstractProjectInfoReport |
execute, getCategoryName, getDescription, getI18N, getI18nString, getName, getOutputDirectory, getProject, getReportOutputDirectory, getSiteRenderer, setReportOutputDirectory |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProjectSummaryReport
public ProjectSummaryReport()
executeReport
protected void executeReport(Locale locale)
throws MavenReportException
- Specified by:
executeReport
in class AbstractMavenReport
- Throws:
MavenReportException
getOutputName
public String getOutputName()
-
getI18Nsection
protected String getI18Nsection()
- Specified by:
getI18Nsection
in class AbstractProjectInfoReport
Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.