[ 
https://issues.apache.org/jira/browse/MNGSITE-518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17908701#comment-17908701
 ] 

ASF GitHub Bot commented on MNGSITE-518:
----------------------------------------

Bukama commented on code in PR #609:
URL: https://github.com/apache/maven-site/pull/609#discussion_r1899128230


##########
content/apt/skins/index.apt:
##########
@@ -86,7 +89,7 @@ Available Skins
   <skin>
     <groupId>org.apache.maven.skins</groupId>
     <artifactId>maven-fluido-skin</artifactId>
-    <version>1.12.0</version>
+    <version>${context.get("version.maven-fluido-skin")}</version>

Review Comment:
   Hm. In `apt.vm`files it works, but in `.apt` it does not. Reverted it.





> No default skin
> ---------------
>
>                 Key: MNGSITE-518
>                 URL: https://issues.apache.org/jira/browse/MNGSITE-518
>             Project: Maven Project Web Site
>          Issue Type: Bug
>            Reporter: Delany
>            Priority: Major
>
> When I follow instructions to add documentation to a plugin
> [https://maven.apache.org/guides/development/guide-plugin-documentation.html]
> I get
> {quote}{{Execution default-site of goal 
> org.apache.maven.plugins:maven-site-plugin:4.0.0-M8:site failed: skin cannot 
> be null}}
> {quote}
> There's no mention of skins on that page.
> But at [https://maven.apache.org/skins/index.html]
> it says
> {quote}You get this skin if you don't specify any skin or template.
> {quote}
> If I add a skin in the site descriptor its happy
> {code:java}
> <project>
>   <skin>
>     <groupId>org.apache.maven.skins</groupId>
>     <artifactId>maven-fluido-skin</artifactId>
>     <version>2.0.0-M6</version>
>   </skin>
> ... {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to