Skip to content

Commit

Permalink
[#439] fix asciidoctor maven-plugin config
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentschoelens committed Feb 13, 2024
1 parent 37715b4 commit 70517a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions jaxb-tools-docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
<outputDirectory>${project.build.directory}/generated-docs</outputDirectory>
<backend>html5</backend>
<preserveDirectories>true</preserveDirectories>
<sourceHighlighter>coderay</sourceHighlighter>
<attributes>
<source-highlighter>coderay</source-highlighter>
<release-version>${project.version}</release-version>
<linkcss>true</linkcss>
<imagesdir>./</imagesdir>
Expand All @@ -93,7 +93,9 @@
<outputDirectory>${project.build.directory}/generated-docs-pdf</outputDirectory>
<preserveDirectories>true</preserveDirectories>
<sourceDirectory>src/main/docs/jaxb-tools-docs</sourceDirectory>
<sourceHighlighter>coderay</sourceHighlighter>
<attributes>
<source-highlighter>coderay</source-highlighter>
</attributes>
</configuration>
</execution>
</executions>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ TIP: Review release notes for any changes between versions.
== References

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

0 comments on commit 70517a9

Please sign in to comment.