[
https://issues.apache.org/jira/browse/MNGSITE-518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17908634#comment-17908634
]
ASF GitHub Bot commented on MNGSITE-518:
----------------------------------------
Bukama opened a new pull request, #609:
URL: https://github.com/apache/maven-site/pull/609
(no comment)
> 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)