Bukama commented on code in PR #67: URL: https://github.com/apache/maven-source-plugin/pull/67#discussion_r2060549339
########## src/site/site.xml: ########## @@ -36,4 +36,10 @@ under the License. <item name="Configuring Source Plugin" href="/examples/configureplugin.html"/> </menu> </body> + + <skin> + <groupId>org.apache.maven.skins</groupId> + <artifactId>maven-fluido-skin</artifactId> + <version>2.1.0</version> + </skin> Review Comment: I tried using the newest version of maven (as you said beta-4+ is needed) and of the api-dependencies (as there is no 4.0.0-rc3 for each of them). ``` <mavenVersion>4.0.0-rc-3</mavenVersion> <version.maven.api-meta>4.0.0-rc-1</version.maven.api-meta> <version.maven.api-impl>4.0.0-beta-5</version.maven.api-impl> <version.maven.api-model>4.0.0-rc-3</version.maven.api-model> <version.maven.api-di>4.0.0-rc-3</version.maven.api-di> <version.maven.api-core>4.0.0-rc-3</version.maven.api-core> ``` But this fails with a lot of compilation errors thrown by the API plugins. Can you please give me a hint what to do if adding the skin into the site.xml is not wanted? -- 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 For queries about this service, please contact Infrastructure at: us...@infra.apache.org