michael-o commented on code in PR #184:
URL:
https://github.com/apache/maven-doxia-sitetools/pull/184#discussion_r1952582357
##########
doxia-site-renderer/src/main/java/org/apache/maven/doxia/siterenderer/DefaultSiteRenderer.java:
##########
@@ -700,8 +700,9 @@ public SiteRenderingContext createContextForSkin(
if (StringUtils.isNotBlank(toolsPrerequisite)
&& (current != null)
&& !matchVersion(current, toolsPrerequisite)) {
- throw new RendererException("Cannot use skin: has " +
toolsPrerequisite
- + " Doxia Sitetools prerequisite, but current is "
+ current);
+ throw new RendererException("Cannot use skin as it needs "
+ toolsPrerequisite
+ + " Doxia Sitetools, but your configuration uses "
+ current + "."
+ + "Check your version setup of plugins and skins
to use the same doxia stack.");
Review Comment:
Not bad, after all.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]