Package org.forgerock.doc.maven
Class PreProcessMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.forgerock.doc.maven.AbstractDocbkxMojo
org.forgerock.doc.maven.PreProcessMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
Call other classes to pre-process documentation sources.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.forgerock.doc.maven.AbstractDocbkxMojo
AbstractDocbkxMojo.Format, AbstractDocbkxMojo.ProfileAttributes
-
Field Summary
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute()
Call other classes to pre-process documentation sources.Methods inherited from class org.forgerock.doc.maven.AbstractDocbkxMojo
areSectionsAutolabeled, doBuildReleaseZip, doCopyResourceFiles, doCreateArtifacts, doesSectionLabelIncludeComponentLabel, doOverwriteModifiableCopy, doOverwriteProjectFilesWithSharedContent, doUsePreProcessedSources, getArtifactItems, getAsciidocSourceDirectory, getAsciidoctorPluginVersion, getBackstageDirectory, getBackstageProductName, getBaseConfiguration, getBaseDir, getBootstrapCustomization, getBrandingArtifactId, getBrandingGroupId, getBrandingVersion, getBuildDirectory, getChunkedHTMLCustomization, getCommonContentArtifactId, getCommonContentGroupId, getCommonContentVersion, getDocbkxModifiableSourcesDirectory, getDocbkxOutputDirectory, getDocbkxSourceDirectory, getDocbkxVersion, getDocNames, getDocsSite, getDocumentSrcName, getDraftWatermarkURL, getEoslJson, getEpubCustomization, getExclusions, getFaviconLink, getFoCustomization, getFontsDirectory, getFopHyphVersion, getFopLogLevel, getFormats, getGoogleAnalyticsId, getInclusions, getJavaScriptFileName, getJCiteSourcePaths, getJCiteVersion, getLatestJson, getLinkTesterVersion, getLocaleTag, getManpagesCustomization, getMavenAssemblyVersion, getMavenDependencyVersion, getMavenFilteringVersion, getMavenResourcesVersion, getMaxImageHeightInInches, getPlantUmlVersion, getPlexusUtilsVersion, getPluginManager, getPreSiteCss, getProject, getProjectName, getProjectVersion, getRelativeResourcesDirectoryPath, getReleaseCss, getReleaseDate, getReleaseDirectory, getReleaseFaviconLink, getReleaseVersion, getReleaseVersionPath, getResourcesDirectory, getSession, getSingleHTMLCustomization, getSiteDirectory, getSkipUrlPatterns, getWebHelpCss, getWebHelpCustomization, getWebHelpLogo, getXCiteVersion, getXhtml5Customization, isDraftMode, isXincludeSupported, keepCustomIndexHtml, path, runLinkTester, skipLinkCheck, useAnsi, useSyntaxHighlighting
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
PreProcessMojo
public PreProcessMojo()
-
-
Method Details
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureExceptionCall other classes to pre-process documentation sources.- Throws:
org.apache.maven.plugin.MojoExecutionException
- Failed to process successfully.org.apache.maven.plugin.MojoFailureException
- Failed to process successfully.
-