public abstract class AbstractSiteMojo extends AbstractMojo
Modifier and Type | Field and Description |
---|---|
protected org.codehaus.plexus.i18n.I18N |
i18n
Internationalization.
|
protected ArtifactRepository |
localRepository
The local repository.
|
protected MavenProject |
project
The Maven project.
|
protected List<MavenProject> |
reactorProjects
The reactor projects.
|
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() |
protected static String |
getMavenVersion() |
protected static boolean |
isMaven3OrMore()
Check the current Maven version to see if it's Maven 3.0 or newer.
|
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 MavenProject project
@Parameter(defaultValue="${localRepository}", readonly=true) protected ArtifactRepository localRepository
@Parameter(defaultValue="${reactorProjects}", required=true, readonly=true) protected List<MavenProject> reactorProjects
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.