You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add compatibility with maven-site-plugin v3.20.0 (#934)
* Bump Doxia and Doxia-sitetools to the same versions as maven-site-plugin (v2.0.x-MX)
* Apply required code changes to code and test
* Update site.xml in ITs to new novel (https://maven.apache.org/xsd/site-2.0.0.xsd)
Fixes#933
Copy file name to clipboardexpand all lines: asciidoctor-converter-doxia-module/src/main/java/org/asciidoctor/maven/site/AsciidoctorConverterDoxiaParser.java
Copy file name to clipboardexpand all lines: asciidoctor-parser-doxia-module/src/main/java/org/asciidoctor/maven/site/parser/AsciidoctorAstDoxiaParser.java
Copy file name to clipboardexpand all lines: asciidoctor-parser-doxia-module/src/main/java/org/asciidoctor/maven/site/parser/processors/ImageNodeProcessor.java
+3-1
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,9 @@ public void process(StructuralNode node) {
Copy file name to clipboardexpand all lines: asciidoctor-parser-doxia-module/src/main/java/org/asciidoctor/maven/site/parser/processors/SectionNodeProcessor.java
0 commit comments