Thanks a lot, The first issue provided the hint with the mention of the new XSD. The TLDR; I needed to change `<project>` by `<site>`. It makes a lot of sense in perspective.
regards, On Sat, Oct 12, 2024 at 9:11 PM Michael Osipov <micha...@apache.org> wrote: > You are looking for: > * https://issues.apache.org/jira/browse/MSITE-988 > * https://issues.apache.org/jira/browse/MSITE-1007 > * https://issues.apache.org/jira/browse/DOXIA-540 > > I'd be happy if the community could work on documentation. I don't have > time anymore to do that. > https://cwiki.apache.org/confluence/display/MAVEN/Towards+Doxia+2.0.0+Stack > is a good starting point. > > On 2024/10/11 10:36:24 Abel Salgado Romero wrote: > > 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 > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > For additional commands, e-mail: users-h...@maven.apache.org > >