asciidoctor / asciidoctor-maven-plugin

A Maven plugin that uses Asciidoctor via JRuby to process AsciiDoc source files within the project.
http://asciidoctor.org
Apache License 2.0
317 stars 122 forks source link

(main) Update Antora component version to 3.0 #778

Closed abelsromero closed 7 months ago

abelsromero commented 7 months ago

Thank you for opening a pull request and contributing to asciidoctor-maven-plugin!

What kind of change does this PR introduce? (check at least one)

What is the goal of this pull request?

Fix component version. Testing locally I get

[00:37:03.179] FATAL (antora): Duplicate nav in 2.2@maven-tools: modules/plugin/nav.adoc
    1: docs/modules/plugin/nav.adoc in https://github.com/asciidoctor/asciidoctor-maven-plugin (branch: main | start path: docs)
    2: docs/modules/plugin/nav.adoc in https://github.com/asciidoctor/asciidoctor-maven-plugin (branch: v2.2.x | start path: docs)
Add the --stacktrace option to see the cause of the error.

Are there any alternative ways to implement this?

No.

Are there any implications of this pull request? Anything a user must know?

No

Is it related to an existing issue?

- [ ] Yes - [x] No