File 0002-don-t-bother-with-source-jars.patch of Package pulsar
From 4cbfdaf246eef759aafad8b64fb51881e6a28660 Mon Sep 17 00:00:00 2001
From: Fridrich Strba <fstrba@device-149.home>
Date: Wed, 9 Oct 2024 00:46:53 +0200
Subject: [PATCH 2/2] don't bother with source jars
---
pulsar-client-all/pom.xml | 2 --
1 file changed, 2 deletions(-)
diff --git a/pulsar-client-all/pom.xml b/pulsar-client-all/pom.xml
index 873a3befef..a9e07f29e6 100644
--- a/pulsar-client-all/pom.xml
+++ b/pulsar-client-all/pom.xml
@@ -141,8 +141,6 @@
<goal>shade</goal>
</goals>
<configuration>
- <createSourcesJar>true</createSourcesJar>
- <shadeSourcesContent>true</shadeSourcesContent>
<createDependencyReducedPom>true</createDependencyReducedPom>
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
<minimizeJar>false</minimizeJar>
--
2.46.1