andygrove commented on issue #563:
URL:
https://github.com/apache/datafusion-comet/issues/563#issuecomment-4391963087
Claude says:
Note: maven-assembly-plugin is the wrong tool here — it controls
assembly/tarball names, not the published jar's artifactId coordinates. The
right fix is flatten-maven-plugin: keep a constant artifactId in the source
poms (which fixes the warnings and the IDE module-resolution issue @wForget
hit) and publish a flattened pom with the resolved
comet-*-spark${spark.version.short}_${scala.binary.version} name so artifact
identity on Maven Central is unchanged.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]