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 +++++++++++++++++++++++++++++++++ pom.xml | 13 +++++++++++++ 2 files changed, 46 insertions(+) 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 diff --git a/pom.xml b/pom.xml index e7b1a20cb..3b10e3bd1 100644 --- a/pom.xml +++ b/pom.xml @@ -412,6 +412,19 @@ maven-javadoc-plugin 3.2.0 + + org.asciidoctor + asciidoctor-maven-plugin + 2.2.1 + + + coderay + ./images + left + font + + + -- cgit v1.2.3