Package org.apache.maven.plugins.site

Interface Summary
MavenReportExecutor  
 

Class Summary
AbstractSiteMojo Base class for site mojos.
AbstractSiteRenderingMojo Base class for site rendering mojos.
CategorySummaryDocumentRenderer Renders a Maven report.
DefaultMavenReportExecutor This component will build some MavenReportExecution from MavenReportExecutorRequest.
EffectiveSiteMojo Displays the effective site descriptor as an XML for this build, after inheritance and interpolation of site.xml.
HelpMojo Display help information on maven-site-plugin.
Call
MavenReportExecution Since maven 3 reporting plugin MavenReport are not anymore injected by maven core This class will store all necessary information for MavenReport execution : a build MavenReport The associated ClassLoader for the Report Mojo execution The Plugin associated to the MavenReport
MavenReportExecutorRequest Bean which contains necessay informations for build MavenReportExecution with MavenReportExecutor.
ReportDocumentRenderer Renders a Maven report.
ReportPlugin Represents a reporting plugin and its executions.
ReportSet Represents a set of reports and configuration to be used to generate them.
SiteDeployMojo Deploys the generated site using scp or file protocol to the site URL specified in the <distributionManagement> section of the POM.
SiteDescriptorArtifactMetadata Attach a POM to an artifact.
SiteDescriptorAttachMojo Adds the site descriptor (site.xml) to the list of files to be installed/deployed.
SiteJarMojo Bundles the site output into a JAR so that it can be deployed to a repository.
SiteMap Generate a sitemap.
SiteMojo Generates the site for a single project.
SiteRunMojo Starts the site up, rendering documents as requested for faster editing.
SiteStageDeployMojo Deploys the generated site to a staging or mock directory to the site URL specified in the <distributionManagement> section of the POM.
SiteStageMojo Generates a site in a local staging or mock directory based on the site URL specified in the <distributionManagement> section of the POM.
 



Copyright © 2002-2010 The Apache Software Foundation. All Rights Reserved.