Bukama commented on code in PR #67: URL: https://github.com/apache/maven-source-plugin/pull/67#discussion_r2044366201
########## 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: > We can remove whole tag for skin 😄 When I created the PR yesterday the built failed due the missing skin, that's why I added it: https://github.com/apache/maven-source-plugin/actions/runs/14449578502/job/40518647343 Will check later again, when back home. -- 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