I wonder if this is because is because it uses the maven:alpine image, which uses the openjdk-8 alpine image.

Can you try changing this line (https://github.com/apache/calcite/blob/master/site/docker-compose.yml#L31) to just "maven" and see if it builds?

Franics

On 1/03/2019 9:23 am, Siddharth Teotia wrote:
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


Reply via email to