html:from-markdown
Full name:
de.eitco.cicd.html:html-maven-plugin:4.0.2:from-markdown
Description:
This goal generates html from markdown files.
Attributes:
- Requires a Maven project to be executed.
- The goal is not marked as thread-safe and thus does not support parallel builds.
- Binds by default to the lifecycle phase:
compile
.
Optional Parameters
Name | Type | Since | Description |
---|---|---|---|
<bodyClasses> |
List<String> |
- |
This parameter specifies a list of classes to be added to the bodies of generated html files. |
<defaultStyle> |
String |
- |
This parameter specifies inline css code to be added to generated html files. |
<markdownDirectory> |
File |
- |
This parameter specifies the directory where the markdown files are located. Default: ${project.basedir}/src/main/markdown User Property: freemarker.target.directory |
<outputDirectory> |
File |
- |
This parameter specifies where to put the generated html file(s). Default: ${project.build.directory}/html User Property: asciidoctor.outputDirectory |
<scriptReferences> |
List<String> |
- |
This parameter specifies a list of script references to be added to generated html files. |
<styleSheetReferences> |
List<String> |
- |
This parameter specifies a list of style sheet references to be added to be added to generated html files. |
Parameter Details
<bodyClasses>
This parameter specifies a list of classes to be added to the bodies of generated html files.
- Type:
java.util.List<java.lang.String>
- Required:
No
<defaultStyle>
This parameter specifies inline css code to be added to generated html files.
- Type:
java.lang.String
- Required:
No
<markdownDirectory>
This parameter specifies the directory where the markdown files are located.
- Type:
java.io.File
- Required:
No
- User Property:
freemarker.target.directory
- Default:
${project.basedir}/src/main/markdown
<outputDirectory>
This parameter specifies where to put the generated html file(s).
- Type:
java.io.File
- Required:
No
- User Property:
asciidoctor.outputDirectory
- Default:
${project.build.directory}/html
<scriptReferences>
This parameter specifies a list of script references to be added to generated html files.
- Type:
java.util.List<java.lang.String>
- Required:
No
<styleSheetReferences>
This parameter specifies a list of style sheet references to be added to be added to generated html files.
- Type:
java.util.List<java.lang.String>
- Required:
No