Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build should fail when errors exists in doc files #672

Open
alfeilex opened this issue Oct 1, 2024 · 0 comments · May be fixed by #674
Open

Build should fail when errors exists in doc files #672

alfeilex opened this issue Oct 1, 2024 · 0 comments · May be fixed by #674
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request mvn related to apache maven build tool

Comments

@alfeilex
Copy link
Member

alfeilex commented Oct 1, 2024

Builds containing errors in adoc files should fail.

Related issue: #590

Possible solution would be to add that configuration in asciidoctor-maven-plugin:

<logHandler>
  <outputToConsole>false</outputToConsole>
  <failIf>
    <severity>ERROR</severity>
  </failIf>
</logHandler>

asciidoctor/asciidoctor-maven-plugin#261 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request mvn related to apache maven build tool
Projects
Status: 🆕 New
Development

Successfully merging a pull request may close this issue.

1 participant