Hi, I am following the instructions here https://github.com/apache/calcite/tree/master/site to generate java doc for one of my patches and running into some dependency issues. Can I get some help in identifying the problem?
I am able to build Calcite locally. However, after running the step docker-compose run generate-javadoc, I see the following errors: Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.7.1:site (default-site) on project calcite: failed to get report for org.apache.maven.plugins:maven-javadoc-plugin: Failed to execute goal on project calcite-babel: Could not resolve dependencies for project org.apache.calcite:calcite-babel:jar:1.19.0-SNAPSHOT: Failure to find org.apache.calcite:calcite-core:jar:tests:1.19.0-SNAPSHOT I would appreciate the help. Thanks, Siddharth
