-
Notifications
You must be signed in to change notification settings - Fork 48
Description
Dave Wichers opened MSITE-1030 and commented
When the maven-fluido-skin project upgraded from 2.0.0-M11 to 2.0.0 (and 2.0.1), I'm now getting this error with maven-site-plugin that I didn't get before.
Failed to execute goal org.apache.maven.plugins:maven-site-plugin:4.0.0-M16 on project FOO: failed to create context for skin: Cannot use skin: has 2.0.0 Doxia Sitetools prerequisite, but current is 2.0.0-M19
I don't have Doxia Sitetools in my pom nor know what it is.
Is this a bug in maven-site-plugin:4.0.0-M16? Or is there some kind of import I can add to my pom to fix this? (or both)?
The most recent version of the 3.x release of maven-site-plugin does work with maven-fluido-skin:2.0.0+, which is what I'm doing in this project that I maintain: antisamy/pom.xml at main · nahsra/antisamy.
Affects: 4.0.0-M16