This AsciidoctorJ extension helps you to integrate decision tables in your AsciiDoc toolchain.
Currently supported decision table formats
<plugin>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
<version>2.0.0-RC.1</version>
<executions>
<execution>
<id>output-html</id>
<phase>generate-resources</phase>
<goals>
<goal>process-asciidoc</goal>
</goals>
<configuration>
<backend>html</backend>
</configuration>
</execution>
</executions>
<dependencies>
<dependency> <!--(1)-->
<groupId>de.uniqueck.asciidoctorj.extensions</groupId>
<artifactId>asciidoctorj-decisiontable-extension</artifactId>
<version>LATEST</version> <!--(2)-->
</dependency>
</dependencies>
</plugin>
-
asciidoctorj-decisiontables-extension is added
-
check for the latest version at Maven central