public abstract class AbstractSiteMojo
extends org.apache.maven.plugin.AbstractMojo
Modifier and Type | Field and Description |
---|---|
protected org.codehaus.plexus.i18n.I18N |
i18n
Internationalization.
|
protected String |
locales
A comma separated list of locales supported by Maven.
|
protected org.apache.maven.artifact.repository.ArtifactRepository |
localRepository
The local repository.
|
protected org.apache.maven.project.MavenProject |
project
The maven project.
|
protected List |
reactorProjects
The reactor projects.
|
protected File |
siteDirectory
Directory containing the site.xml file and the source for apt, fml and xdoc docs.
|
protected org.apache.maven.doxia.tools.SiteTool |
siteTool
SiteTool.
|
Constructor and Description |
---|
AbstractSiteMojo() |
Modifier and Type | Method and Description |
---|---|
protected String |
getInputEncoding()
Gets the input files encoding.
|
protected String |
getOutputEncoding()
Gets the effective reporting output files encoding.
|
protected void |
populateReportItems(org.apache.maven.doxia.site.decoration.DecorationModel decorationModel,
Locale locale,
Map reportsByOutputName) |
protected static String |
toRelative(File basedir,
String absolutePath)
TODO should be removed see PLXUTILS-61
|
getLog, getPluginContext, setLog, setPluginContext
protected String locales
protected org.apache.maven.doxia.tools.SiteTool siteTool
protected org.codehaus.plexus.i18n.I18N i18n
protected File siteDirectory
protected org.apache.maven.project.MavenProject project
protected org.apache.maven.artifact.repository.ArtifactRepository localRepository
protected List reactorProjects
protected String getInputEncoding()
null
.protected String getOutputEncoding()
null
.protected void populateReportItems(org.apache.maven.doxia.site.decoration.DecorationModel decorationModel, Locale locale, Map reportsByOutputName)
Copyright © 2014. All rights reserved.