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

Fix warning on jaxb-tools documentation maven module #439

Closed
laurentschoelens opened this issue Oct 12, 2023 · 0 comments · Fixed by #441
Closed

Fix warning on jaxb-tools documentation maven module #439

laurentschoelens opened this issue Oct 12, 2023 · 0 comments · Fixed by #441
Assignees
Labels
bug documentation Adding or updating documentation
Milestone

Comments

@laurentschoelens
Copy link
Collaborator

jaxb-tools-docs maven-module had warning on build with maven 3.9

[INFO] -------------------< org.jvnet.jaxb:jaxb-tools-docs >-------------------
[INFO] Building JAXB Tools :: Docs 4.0.1-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] Parameter 'sourceHighlighter' is unknown for plugin 'asciidoctor-maven-plugin:2.2.4:process-asciidoc (asciidoc-to-html)'
[WARNING] Parameter 'sourceHighlighter' is unknown for plugin 'asciidoctor-maven-plugin:2.2.4:process-asciidoc (asciidoc-to-pdf)'

According to plugin documentation, sourceHighlighter parameter has been removed in favor of attribute definition source-highlighter

@laurentschoelens laurentschoelens added bug documentation Adding or updating documentation labels Oct 12, 2023
@laurentschoelens laurentschoelens added this to the 4.0.1 milestone Oct 12, 2023
@laurentschoelens laurentschoelens self-assigned this Oct 12, 2023
laurentschoelens added a commit to laurentschoelens/jaxb-tools that referenced this issue Oct 12, 2023
laurentschoelens added a commit to laurentschoelens/jaxb-tools that referenced this issue Oct 12, 2023
mattrpav pushed a commit to mattrpav/jaxb-tools that referenced this issue Feb 5, 2024
mattrpav pushed a commit to mattrpav/jaxb-tools that referenced this issue Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug documentation Adding or updating documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant