org.apache.maven.plugins.site
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 java.lang.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 java.util.List |
reactorProjects
The reactor projects.
|
protected java.io.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 java.lang.String |
getInputEncoding()
Gets the input files encoding.
|
protected java.lang.String |
getOutputEncoding()
Gets the effective reporting output files encoding.
|
protected void |
populateReportItems(org.apache.maven.doxia.site.decoration.DecorationModel decorationModel,
java.util.Locale locale,
java.util.Map reportsByOutputName) |
protected static java.lang.String |
toRelative(java.io.File basedir,
java.lang.String absolutePath)
TODO should be removed see PLXUTILS-61
|
getLog, getPluginContext, setLog, setPluginContext
protected java.lang.String locales
protected org.apache.maven.doxia.tools.SiteTool siteTool
protected org.codehaus.plexus.i18n.I18N i18n
protected java.io.File siteDirectory
protected org.apache.maven.project.MavenProject project
protected org.apache.maven.artifact.repository.ArtifactRepository localRepository
protected java.util.List reactorProjects
protected java.lang.String getInputEncoding()
null
.protected java.lang.String getOutputEncoding()
null
.protected void populateReportItems(org.apache.maven.doxia.site.decoration.DecorationModel decorationModel, java.util.Locale locale, java.util.Map reportsByOutputName)
protected static java.lang.String toRelative(java.io.File basedir, java.lang.String absolutePath)
basedir
- absolutePath
- Copyright © 2014. All Rights Reserved.