From 9735e858af48ff0bce152ea489800a86a151b08d Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Sat, 8 Jan 2022 11:49:07 +0700 Subject: Experimentally add asciidoctor-maven-plugin to 'docs' module Signed-off-by: Alexander Kriegisch --- docs/pom.xml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'docs') diff --git a/docs/pom.xml b/docs/pom.xml index 52c58b03d..e6c256dd9 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -11,6 +11,39 @@ docs + + create-docs-new + + + createDocs__NEW + true + + + + + + + org.asciidoctor + asciidoctor-maven-plugin + + + create-asciidoc + generate-resources + + process-asciidoc + + + ${project.basedir} + ${project.build.directory}/html + true + true + + + + + + + create-docs -- cgit v1.2.3