Skip to content

Commit 0eae20f

Browse files
committed
fix: Downgraded the maven-site-plugin to 3.12.1 as the newer version no longer produced any asciidoctor output.
1 parent 11c8953 commit 0eae20f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pom.xml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1260,8 +1260,12 @@
12601260
The asciidoctor plugin support for the site plugin 4 will remain in draft until the site plugin
12611261
is officially released in version 4. Till then, we would have to build our own version of the
12621262
draft branch of the plugin. So for now, we'll stay at 3.x.
1263+
https://github.com/asciidoctor/asciidoctor-maven-plugin/pull/685
1264+
1265+
It also seems that as soon as we update to 3.20.0 (the next version) the asciidoctor plugin stops
1266+
generating output.
12631267
-->
1264-
<version>3.20.0</version>
1268+
<version>3.12.1</version>
12651269
<configuration>
12661270
<!--templateFile>${session.executionRootDirectory}/src/site/template/site.vm</templateFile-->
12671271
<generateReports>true</generateReports>

0 commit comments

Comments
 (0)