Package | Description |
---|---|
org.apache.maven.plugins.site |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDeployMojo
Abstract base class for deploy mojos.
|
class |
AbstractSiteRenderingMojo
Base class for site rendering mojos.
|
class |
EffectiveSiteMojo
Displays the effective site descriptor as an XML for this build, after inheritance and interpolation of
site.xml . |
class |
SiteDeployMojo
Deploys the generated site using wagon supported
protocols to the site URL specified in the
<distributionManagement> section of the POM. |
class |
SiteDescriptorAttachMojo
Adds the site descriptor (
site.xml ) to the list of files to be installed/deployed.For Maven-2.x this is enabled by default only when the project has pom packaging since it will be used by modules inheriting,
but this can be enabled for other projects packaging if needed.This default execution has been removed from the built-in lifecycle of Maven 3.x for pom -projects. |
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, using wagon supported protocols |
class |
SiteStageMojo
Deploys the generated site to a local staging or mock directory based on the site URL
specified in the
<distributionManagement> section of the
POM. |
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.