adutra opened a new issue, #849: URL: https://github.com/apache/polaris/issues/849
### Is your feature request related to a problem? Please describe. When building Polaris, we often see an annoying message printed many times to the console, e.g.: ``` Detected a split package usage which is considered a bad practice and should be avoided. Following packages were detected in multiple archives: - "org.apache.polaris.service.quarkus.catalog.io" found in [org.apache.polaris:polaris-quarkus-service:1.0.0-incubating-SNAPSHOT] - "org.apache.polaris.service.quarkus.metrics" found in [org.apache.polaris:polaris-quarkus-service:1.0.0-incubating-SNAPSHOT] - "org.apache.polaris.service.quarkus.legacy" found in [org.apache.polaris:polaris-quarkus-service:1.0.0-incubating-SNAPSHOT] - "org.apache.polaris.service.quarkus.persistence" found in [org.apache.polaris:polaris-quarkus-service:1.0.0-incubating-SNAPSHOT] - "org.apache.polaris.service.quarkus.storage" found in [org.apache.polaris:polaris-quarkus-service:1.0.0-incubating-SNAPSHOT] - "org.apache.polaris.service.quarkus.config" found in [org.apache.polaris:polaris-quarkus-service:1.0.0-incubating-SNAPSHOT] - "org.apache.polaris.service.quarkus.tracing" found in [org.apache.polaris:polaris-quarkus-service:1.0.0-incubating-SNAPSHOT] - "org.apache.polaris.service.quarkus.logging" found in [org.apache.polaris:polaris-quarkus-service:1.0.0-incubating-SNAPSHOT] - "org.apache.polaris.service.quarkus.context" found in [org.apache.polaris:polaris-quarkus-service:1.0.0-incubating-SNAPSHOT] - "org.apache.polaris.service.quarkus.ratelimiter" found in [org.apache.polaris:polaris-quarkus-service:1.0.0-incubating-SNAPSHOT] - "org.apache.polaris.service.quarkus.auth" found in [org.apache.polaris:polaris-quarkus-service:1.0.0-incubating-SNAPSHOT] - "org.apache.polaris.service.quarkus.task" found in [org.apache.polaris:polaris-quarkus-service:1.0.0-incubating-SNAPSHOT] ``` I don't think we have truly split packages in Polaris. The above is likely a false positive. This can be seen by the number of conflicting artifacts: there is always only one artifact. This probably hints at 2 or more artifacts produced by the same module, having the same name. One possible culprit would be the artifacts created by the `distribution` plugin. Related discussion: https://github.com/quarkusio/quarkus/issues/19030#issuecomment-888184047 ### Describe the solution you'd like No more annoying messages. ### Describe alternatives you've considered _No response_ ### Additional context _No response_ -- 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: issues-unsubscr...@polaris.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org