Skip to content

Commit 70517a9

Browse files
[#439] fix asciidoctor maven-plugin config
1 parent 37715b4 commit 70517a9

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

jaxb-tools-docs/pom.xml

+4-2
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767
<outputDirectory>${project.build.directory}/generated-docs</outputDirectory>
6868
<backend>html5</backend>
6969
<preserveDirectories>true</preserveDirectories>
70-
<sourceHighlighter>coderay</sourceHighlighter>
7170
<attributes>
71+
<source-highlighter>coderay</source-highlighter>
7272
<release-version>${project.version}</release-version>
7373
<linkcss>true</linkcss>
7474
<imagesdir>./</imagesdir>
@@ -93,7 +93,9 @@
9393
<outputDirectory>${project.build.directory}/generated-docs-pdf</outputDirectory>
9494
<preserveDirectories>true</preserveDirectories>
9595
<sourceDirectory>src/main/docs/jaxb-tools-docs</sourceDirectory>
96-
<sourceHighlighter>coderay</sourceHighlighter>
96+
<attributes>
97+
<source-highlighter>coderay</source-highlighter>
98+
</attributes>
9799
</configuration>
98100
</execution>
99101
</executions>

jaxb-tools-docs/src/main/docs/jaxb-tools-docs/jaxb-tools-user-guide-content.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ TIP: Review release notes for any changes between versions.
1515
== References
1616

1717
*JAXB Tools home*: https://github.com/highstource/jaxb-tools/[]
18-
*Jakarta JAXB homeo*: https://github.com/eclipse-ee4j/jaxb-ri/[]
18+
*Jakarta JAXB home*: https://github.com/eclipse-ee4j/jaxb-ri/[]

0 commit comments

Comments
 (0)