Warning "Native subprocess control requires open access to the JDK IO
subsystem" can be avoided by upgrading JRuby, see
https://github.com/asciidoctor/asciidoctor-maven-plugin/issues/553.
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
<plugin>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
- <version>2.2.1</version>
+ <version>2.2.4</version>
<configuration>
<attributes>
<source-highlighter>coderay</source-highlighter>
<icons>font</icons>
</attributes>
</configuration>
+ <!-- TODO: Remove dependency after https://github.com/asciidoctor/asciidoctor-maven-plugin/issues/553 fix -->
+ <dependencies>
+ <dependency>
+ <groupId>org.jruby</groupId>
+ <artifactId>jruby</artifactId>
+ <version>9.4.5.0</version>
+ </dependency>
+ </dependencies>
</plugin>
</plugins>
</pluginManagement>