cmccabe opened a new pull request, #17218:
URL: https://github.com/apache/kafka/pull/17218
Revert "KAFKA-16803: Change fork, update ShadowJavaPlugin to 8.1.7 (#16295)"
This reverts commit 391778b8d737f4af074422ffe61bc494b21e6555.
Unfortunately that commit re-introduced bug #15127 which prevented the
publishing of kafka-clients
artifacts to remote maven. As that bug says:
The issue triggers only with
publishMavenJavaPublicationToMavenRepository due to signing.
Generating signed asc files error out for shadowed release artifacts as
the module name
(clients) differs from the artifact name (kafka-clients).
The fix is basically to explicitly define artifact of shadowJar to
signing and publish plugin.
project.shadow.component(mavenJava) previously outputs the name as
client-<version>-all.jar
though the classifier and archivesBaseName are already defined correctly
in :clients and
shadowJar construction.
--
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]