public abstract class AbstractStagingMojo extends AbstractDeployMojo
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
DEFAULT_STAGING_DIRECTORY
The String "staging/".
|
protected java.lang.String |
topSiteURL
Top distribution management site url, for manual configuration when auto-calculated value
doesn't match expectations.
|
mavenSession
i18n, localRepository, project, reactorProjects, siteTool, skip
Constructor and Description |
---|
AbstractStagingMojo() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.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, getMavenVersion, isMaven3OrMore
@Parameter(property="topSiteURL") protected java.lang.String topSiteURL
protected static final java.lang.String DEFAULT_STAGING_DIRECTORY
protected java.lang.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