MVN

com.addc.mojo : asciidoc-maven-plugin

Maven & Gradle

Feb 01, 2019

asciidoc-maven-plugin · Transforms text files from Asciidoc to Docbook, html or latex format.

<plugin>
    <groupId>com.addc.mojo</groupId>
    <artifactId>asciidoc-maven-plugin</artifactId>
    <version>2.3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.addc.mojo : asciidoc-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 2.3

All Versions

Choose a version of com.addc.mojo : asciidoc-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
2.3
asciidoc-maven-plugin-2.3

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.addc.mojo</groupId>
    <artifactId>asciidoc-maven-plugin</artifactId>
    <version>2.3</version>
</plugin>