jduo commented on PR #39011:
URL: https://github.com/apache/arrow/pull/39011#issuecomment-1882284311
> It appears Javadocs builds fail:
>
> ```
> Error: Failed to execute goal
org.apache.maven.plugins:maven-javadoc-plugin:2.10.3:jar (attach-javadocs) on
project arrow-memory-core: MavenReportException: Error while generating
Javadoc:
> Error: Exit code: 1 -
/Users/runner/work/crossbow/crossbow/arrow/java/memory/memory-core/src/main/java/module-info.java:18:
error: class, interface, or enum expected
> Error: module org.apache.arrow.memory.core {
> Error: ^
> ```
This issue is now fixed by updating maven-javadoc-plugin to a version that
allows source exclusions properly and excluding module-info.java files.
--
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]