ascheman opened a new issue, #1288: URL: https://github.com/apache/maven-mvnd/issues/1288
### Affected version Latest build ### Bug description When building the site for Maven Daemon I run into a build problem, since the project uses Maven Site Plugin in version 3.21.0 but Maven Fluido Skin (inherited from the parent) in version 1.12.0 which [is incompatible](https://maven.apache.org/skins/index.html). ## Background * Clone: `git clone https://github.com/apache/maven-mvnd` * Build: `cd maven-mvnd && mvn site` (using Maven 3.9.9) * Error: `[ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.21.0:site (default-site) on project mvnd: 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 -> [Help 1]` Found this as part of support-and-care/maven-support-and-care#77 to make the Maven Sources reactor build again. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org