Delany created MSITE-966: ---------------------------- Summary: No default skin Key: MSITE-966 URL: https://issues.apache.org/jira/browse/MSITE-966 Project: Maven Site Plugin Issue Type: Bug Components: site descriptor Affects Versions: 4.0.0-M8 Reporter: Delany
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)