diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2022-01-08 11:49:07 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-01-06 10:09:11 +0100 |
commit | 9735e858af48ff0bce152ea489800a86a151b08d (patch) | |
tree | 3b2d9cdb78864b9876d17831a56f8254d1101dc5 /pom.xml | |
parent | 65545672f931445a954a900f7335269f33aff245 (diff) | |
download | aspectj-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.xml | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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> |