[
https://issues.apache.org/jira/browse/OAK-10500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17776545#comment-17776545
]
Julian Reschke commented on OAK-10500:
--------------------------------------
I've been able to "manually" create docs by removing the problematic projects
from the reactor:
{noformat}
diff --git a/pom.xml b/pom.xml
index 276d0401f1..2d678da8c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,7 +40,6 @@
<modules>
<module>oak-parent</module>
<module>oak-jackrabbit-api</module>
- <module>oak-shaded-guava</module>
<module>oak-commons</module>
<module>oak-api</module>
<module>oak-core-spi</module>
@@ -57,7 +56,6 @@
<module>oak-core</module>
<module>oak-jcr</module>
- <module>oak-upgrade</module>
<module>oak-http</module>
<module>oak-search</module>
<module>oak-lucene</module>
@@ -79,12 +77,6 @@
<module>oak-segment-remote</module>
<module>oak-segment-aws</module>
<module>oak-segment-azure</module>
- <module>oak-benchmarks</module>
- <module>oak-search-elastic</module>
- <module>oak-benchmarks-lucene</module>
- <module>oak-benchmarks-solr</module>
- <module>oak-benchmarks-elastic</module>
- <module>oak-run-elastic</module>
{noformat}
> javadoc:aggregate build fails again
> -----------------------------------
>
> Key: OAK-10500
> URL: https://issues.apache.org/jira/browse/OAK-10500
> Project: Jackrabbit Oak
> Issue Type: Bug
> Components: doc
> Reporter: Julian Reschke
> Priority: Minor
>
> For the public site, we're creating aggregate Javadocs for the whole project.
> This fails since the switch to Java 11, and is caused by the project pulling
> in different versions of lucene-core, which are not compatible (oak-update
> uses a historic one from Jackrabbit, oak-solr one a newer one than the
> defaulr project).
> In addition, doc generation for the groovy classes fails when shaded Guava is
> in the reactor.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)