File 0001-don-t-bother-with-source-jars.patch of Package pulsar
From 1b15b0d439e54b6af94f530eac3a2a433f4f8ab0 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 1/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 fbc5ad82e9..342c288019 100644
--- a/pulsar-client-all/pom.xml
+++ b/pulsar-client-all/pom.xml
@@ -134,8 +134,6 @@
<goal>shade</goal>
</goals>
<configuration>
- <createSourcesJar>true</createSourcesJar>
- <shadeSourcesContent>true</shadeSourcesContent>
<createDependencyReducedPom>true</createDependencyReducedPom>
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
<minimizeJar>false</minimizeJar>
--
2.47.1