Hi all, Bumping Asciidoctor examples and Plugin Modules I have been able to solve all issues except for one that appears in our ITs.
``` [WARNING] Site model of 'org.asciidoctor:maven-site-plugin-it:jar:1.0-SNAPSHOT' for locale 'en' is still using the old pre-version 2.0.0 model. You MUST migrate to the new model as soon as possible otherwise your build will break in the future! ``` It mentions "locale" but it does not see any relevant difference in the maven site docs or examples, or the site.xml used in the doxia repos. Nor in the migration guides https://maven.apache.org/plugins/maven-site-plugin/migrate.html. The only hint I found is this https://lists.apache.org/thread/b2xjr3g88zfr6z8rx2dtqqh7kh7lgngv, and did not help much. The versions I am using: - maven-site-plugin: maven-site-plugin - doxia-core: 2.0.0-M12 (as used in maven-site-plugin) - doxia-site-renderer: 2.0.0-M19 (as used in maven-site-plugin) - fluido-skin: 2.0.0-M9 This is the PR https://github.com/asciidoctor/asciidoctor-maven-plugin/pull/934, but I don't expect you to check, it has a lot of unrelated stuff, but you can find the "site.xml". thanks