I wrote a plugin to create pdfs and that like in phase site
.
Now among other problems, the following messages comes up when creating the site:
Site model of 'eu.simuline.m2latex:latex-maven-plugin:maven-plugin:2.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!
This does not occur if maven-site-plugin
is in version 4.0.0-M8
but it does occur in all versions M9 up to the currently newest M11.
As doxia-module-markdown
I use the currently newest, 2.0.0-M8
.
In site.xml
I use maven-fluido-skin
, version 2.0.0-M6
.
I cannot figure out what a site model is... and I dont know what happened in the transition M8 to M9.