public abstract class AbstractAsciidocMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description | 
|---|---|
protected File | 
buildDirectory
The project build directory. 
 | 
static Set<String> | 
ignoreFolders  | 
protected org.apache.maven.plugin.BuildPluginManager | 
pluginManager  | 
protected org.apache.maven.project.MavenProject | 
project  | 
protected String | 
projectName
Short name of the project, such as OpenAM, OpenDJ, OpenIDM. 
 | 
protected String | 
projectVersion
Project version. 
 | 
protected String | 
releaseVersion
Version for this release. 
 | 
protected org.apache.maven.execution.MavenSession | 
session
The  
MavenSession object, which is read-only. | 
| Constructor and Description | 
|---|
AbstractAsciidocMojo()  | 
| Modifier and Type | Method and Description | 
|---|---|
File | 
getAntoraOutputDirectory()
Base directory for built documentation. 
 | 
protected File | 
getAsciidocBuildSourceDirectory()  | 
protected File | 
getAsciidocSourceDirectory()  | 
protected List<String> | 
getDocuments()  | 
getLog, getPluginContext, setLog, setPluginContext@Parameter(property="project",
           required=true,
           readonly=true)
protected org.apache.maven.project.MavenProject project
@Parameter(property="session",
           required=true,
           readonly=true)
protected org.apache.maven.execution.MavenSession session
MavenSession object, which is read-only.@Component protected org.apache.maven.plugin.BuildPluginManager pluginManager
@Parameter(property="projectName",
           required=true)
protected String projectName
@Parameter(property="projectVersion",
           required=true)
protected String projectVersion
@Parameter(property="releaseVersion",
           required=true)
protected String releaseVersion
@Parameter(defaultValue="${project.build.directory}/asciidoc")
protected File buildDirectory
${project.build.directory}.protected File getAsciidocSourceDirectory() throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionprotected File getAsciidocBuildSourceDirectory() throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionprotected List<String> getDocuments() throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionpublic File getAntoraOutputDirectory()
${project.build.directory}/antoraCopyright © 2025 Open Identity Platform Community. All rights reserved.