Uses of Class
org.apache.maven.plugins.site.AbstractSiteMojo

Packages that use AbstractSiteMojo
org.apache.maven.plugins.site   
 

Uses of AbstractSiteMojo in org.apache.maven.plugins.site
 

Subclasses of AbstractSiteMojo in org.apache.maven.plugins.site
 class AbstractSiteRenderingMojo
          Base class for site rendering mojos.
 class SiteDescriptorAttachMojo
          Adds the site descriptor (site.xml) to the list of files to be installed/deployed.
 class SiteJarMojo
          Bundles the site output into a JAR so that it can be deployed to a repository.
 class SiteMojo
          Generates the site for a single project.
 class SiteRunMojo
          Starts the site up, rendering documents as requested for faster editing.
 class SiteStageDeployMojo
          Deploys the generated site to a staging or mock directory to the site URL specified in the <distributionManagement> section of the POM.
 class 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-2009 The Apache Software Foundation. All Rights Reserved.