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 org.apache.maven.project.MavenProject |
project
The Maven project.
|
protected org.apache.maven.doxia.tools.SiteTool |
siteTool
SiteTool.
|
protected boolean |
skip
Set this to 'true' to skip site generation and staging.
|
| Constructor and Description |
|---|
AbstractSiteMojo() |
| Modifier and Type | Method and Description |
|---|---|
protected List<Locale> |
getLocales() |
getLog, getPluginContext, setLog, setPluginContext@Parameter(property="maven.site.skip",
defaultValue="false")
protected boolean skip
@Component protected org.apache.maven.doxia.tools.SiteTool siteTool
@Component protected org.codehaus.plexus.i18n.I18N i18n
@Parameter(defaultValue="${project}",
readonly=true)
protected org.apache.maven.project.MavenProject project
Copyright © 2002–2024 The Apache Software Foundation. All rights reserved.