public abstract class AbstractSiteDescriptorMojo extends AbstractSiteMojo
Modifier and Type | Field and Description |
---|---|
protected List<ArtifactRepository> |
repositories
Remote repositories used for the project.
|
protected File |
siteDirectory
Directory containing the
site.xml file and the source for hand written docs (one directory
per Doxia-source-supported markup types):
see Doxia Markup Languages References). |
i18n, localRepository, project, reactorProjects, siteTool, skip
Constructor and Description |
---|
AbstractSiteDescriptorMojo() |
Modifier and Type | Method and Description |
---|---|
protected org.apache.maven.doxia.site.decoration.DecorationModel |
prepareDecorationModel(Locale locale) |
getLocales, getMavenVersion, isMaven3OrMore
getLog, getPluginContext, setLog, setPluginContext
@Parameter(defaultValue="${project.remoteArtifactRepositories}", readonly=true) protected List<ArtifactRepository> repositories
@Parameter(defaultValue="${basedir}/src/site") protected File siteDirectory
site.xml
file and the source for hand written docs (one directory
per Doxia-source-supported markup types):
see Doxia Markup Languages References).protected org.apache.maven.doxia.site.decoration.DecorationModel prepareDecorationModel(Locale locale) throws MojoExecutionException
MojoExecutionException
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.