Am 2024-08-15 um 12:53 schrieb Slawomir Jaranowski:
Hi,
I'm try to build site in maven-parent with new version
mvn clean site -f docs -Dversion.maven-site-plugin=3.20.0 -Papache-stage -e
- apache-stage - my profile with staging repo ...
I have:
[WARNING] Site model of 'org.apache.maven:docs:pom:44-SNAPSHOT' for default
locale 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!
[WARNING] Site model of 'org.apache.maven:maven-parent:pom:44-SNAPSHOT' for
default locale 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!
[INFO] Relativizing site links with respect to localized project URL:
https://maven.apache.org/pom/maven/
[INFO] Rendering content with
org.apache.maven.skins:maven-fluido-skin:jar:1.12.0 skin
...
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-site-plugin:3.20.0:site (default-site) on
project docs: Failed to create context for skin: Cannot use skin: has
[1.11.1,2.0.0-M1) Doxia Sitetools prerequisite, but current is 2.0.0-M19 ->
[Help 1]
Should we update something for the new maven-site-plugin?
The behvior your see is correct since the Fluido skin 1.x is not
compatible with Doxia 2.0.0. Try out version 2.0.0-M9 and it will work.
I'd recommend holding off ugprades until I have complete the release
according to my description from the HEADS UP.
Michael
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org