Skip to content

Commit

Permalink
Merge pull request #1820 from rovarga/karaf7800
Browse files Browse the repository at this point in the history
[KARAF-7800] Upgrade asciidoctor-maven-plugin to 2.2.5
  • Loading branch information
jbonofre authored Jan 15, 2024
2 parents 5627aa3 + 4d524a6 commit d362f58
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions manual/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
<plugin>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
<version>1.5.6</version>
<version>2.2.5</version>
<executions>
<execution>
<id>output-html</id>
Expand All @@ -222,10 +222,9 @@
<goal>process-asciidoc</goal>
</goals>
<configuration>
<sourceHighlighter>coderay</sourceHighlighter>
<backend>html5</backend>
<doctype>article</doctype>
<attributes>
<source-highlighter>coderay</source-highlighter>
<toc />
<linkcss>false</linkcss>
</attributes>
Expand All @@ -235,7 +234,9 @@
<configuration>
<sourceDirectory>src/main/asciidoc</sourceDirectory>
<headerFooter>true</headerFooter>
<imagesDir>src/main/asciidoc/images</imagesDir>
<attributes>
<imagesdir>src/main/asciidoc/images</imagesdir>
</attributes>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit d362f58

Please sign in to comment.