public abstract class AbstractSiteDescriptorMojo extends AbstractSiteMojo
Modifier and Type | Field and Description |
---|---|
protected List<org.apache.maven.project.MavenProject> |
reactorProjects
The reactor projects.
|
protected List<org.eclipse.aether.repository.RemoteRepository> |
remoteProjectRepositories
Remote project repositories used for the project.
|
protected org.eclipse.aether.RepositorySystemSession |
repoSession |
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, project, siteTool, skip
Constructor and Description |
---|
AbstractSiteDescriptorMojo() |
Modifier and Type | Method and Description |
---|---|
protected org.apache.maven.doxia.site.SiteModel |
prepareSiteModel(Locale locale) |
getLocales
getLog, getPluginContext, setLog, setPluginContext
@Parameter(defaultValue="${reactorProjects}", required=true, readonly=true) protected List<org.apache.maven.project.MavenProject> reactorProjects
@Parameter(defaultValue="${repositorySystemSession}", required=true, readonly=true) protected org.eclipse.aether.RepositorySystemSession repoSession
@Parameter(defaultValue="${project.remoteProjectRepositories}", readonly=true) protected List<org.eclipse.aether.repository.RemoteRepository> remoteProjectRepositories
@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.SiteModel prepareSiteModel(Locale locale) throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
Copyright © 2002–2024 The Apache Software Foundation. All rights reserved.