stoty commented on code in PR #7355:
URL: https://github.com/apache/hbase/pull/7355#discussion_r2400833211
##########
pom.xml:
##########
@@ -2851,6 +2836,34 @@
<outputDirectory>${project.build.directory}</outputDirectory>
</configuration>
</execution>
+ <execution>
+ <!-- Required for the site to use local resources (e.g. not from
CDN). -->
+ <id>unpack-site-resources</id>
+ <goals>
+ <goal>unpack</goal>
+ </goals>
+ <phase>pre-site</phase>
+ <configuration>
+ <artifactItems>
+ <artifactItem>
+ <groupId>io.github.devacfr.maven.skins</groupId>
+ <artifactId>reflow-default-webdeps</artifactId>
Review Comment:
I assumed that since the skin provides the necessary dependencies in a jar,
there was some way to have the maven site build copy them to the site
automatically.
But if it does not, then this is fine.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]