danepitkin commented on code in PR #43139:
URL: https://github.com/apache/arrow/pull/43139#discussion_r1664797748
##########
java/flight/flight-core/pom.xml:
##########
@@ -175,6 +177,13 @@ under the License.
<include>com.google.protobuf:*</include>
</includes>
</artifactSet>
+ <filters>
+ <filter>
+ <excludes>
+ <exclude>**/module-info.class</exclude>
Review Comment:
Does this save us from "module hell"? aka publishing a package that has
automatic module names auto-generated from filenames?
e.g.
```
[WARNING] * Required filename-based automodules detected:
[flatbuffers-java-24.3.25.jar, jsr305-3.0.2.jar, protobuf-java-3.25.1.jar,
protobuf-java-util-3.25.1.jar]. Please don't publish this project to a public
artifact repository! *
```
--
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]