You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by Michael Mior <mm...@apache.org> on 2019/03/01 18:31:57 UTC

Re: Generating javadoc using Docker

You may wish to try running mvn install in the repository first. If
this solves your problem, we should document this.
--
Michael Mior
mmior@apache.org


Le jeu. 28 févr. 2019 à 17:24, Siddharth Teotia <si...@dremio.com> a écrit :
>
> 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