public abstract class AbstractStagingMojo extends AbstractDeployMojo
Modifier and Type | Field and Description |
---|---|
protected static String |
DEFAULT_STAGING_DIRECTORY
The String "staging/".
|
protected String |
topSiteURL
Top distribution management site url, for manual configuration when auto-calculated value
doesn't match expectations.
|
mavenSession
i18n, project, siteTool, skip
Constructor and Description |
---|
AbstractStagingMojo() |
Modifier and Type | Method and Description |
---|---|
protected String |
determineTopDistributionManagementSiteUrl()
By default, staging mojos will get their top distribution management site url by getting top parent
with the same site, which is a good heuristics.
|
appendSlash, contextualize, determineDeploySite, execute, getDeployModuleDirectory, getDeploySite, getProxyInfo, getSite, getTopDistributionManagementSiteUrl, getTopLevelProject, isDeploy
getLocales
@Parameter(property="topSiteURL") protected String topSiteURL
protected static final String DEFAULT_STAGING_DIRECTORY
protected String determineTopDistributionManagementSiteUrl() throws org.apache.maven.plugin.MojoExecutionException
topSiteURL
can be configured: it will be used instead.determineTopDistributionManagementSiteUrl
in class AbstractDeployMojo
org.apache.maven.plugin.MojoExecutionException
Copyright © 2002–2023 The Apache Software Foundation. All rights reserved.