aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2022-01-08 11:49:07 +0700
committerAlexander Kriegisch <Alexander@Kriegisch.name>2024-01-06 10:09:11 +0100
commit9735e858af48ff0bce152ea489800a86a151b08d (patch)
tree3b2d9cdb78864b9876d17831a56f8254d1101dc5 /pom.xml
parent65545672f931445a954a900f7335269f33aff245 (diff)
downloadaspectj-9735e858af48ff0bce152ea489800a86a151b08d.tar.gz
aspectj-9735e858af48ff0bce152ea489800a86a151b08d.zip
Experimentally add asciidoctor-maven-plugin to 'docs' module
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index e7b1a20cb..3b10e3bd1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -412,6 +412,19 @@
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.2.0</version>
</plugin>
+ <plugin>
+ <groupId>org.asciidoctor</groupId>
+ <artifactId>asciidoctor-maven-plugin</artifactId>
+ <version>2.2.1</version>
+ <configuration>
+ <attributes>
+ <source-highlighter>coderay</source-highlighter>
+ <imagesdir>./images</imagesdir>
+ <toc>left</toc>
+ <icons>font</icons>
+ </attributes>
+ </configuration>
+ </plugin>
</plugins>
</pluginManagement>