Package | Description |
---|---|
org.apache.maven.plugins.site.deploy | |
org.apache.maven.plugins.site.descriptor | |
org.apache.maven.plugins.site.render | |
org.apache.maven.plugins.site.run |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDeployMojo
Abstract base class for deploy mojos.
|
class |
AbstractStagingMojo
Abstract base class for staging mojos.
|
class |
SiteDeployMojo
Deploys the generated site using wagon supported
protocols to the site URL specified in the
<distributionManagement> section of the POM. |
class |
SiteStageDeployMojo
Deploys the generated site to a staging or mock URL 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. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSiteDescriptorMojo
Abstract class to compute effective site decoration model for site descriptors.
|
class |
EffectiveSiteMojo
Displays the effective site descriptor as an XML for this build, after inheritance and interpolation of
site.xml , for the first locale. |
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. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSiteRenderingMojo
Base class for site rendering mojos.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
SiteRunMojo
Starts the site up, rendering documents as requested for faster editing.
|
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.