This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new f5547dc13f0 [fix][build] Fix maven deploy with maven-source-plugin
3.3.1 (#24811)
f5547dc13f0 is described below
commit f5547dc13f091dc8aeb2a3867f483664c3f858b6
Author: Lari Hotari <[email protected]>
AuthorDate: Thu Oct 2 17:47:30 2025 +0300
[fix][build] Fix maven deploy with maven-source-plugin 3.3.1 (#24811)
---
pulsar-client-all/pom.xml | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/pulsar-client-all/pom.xml b/pulsar-client-all/pom.xml
index d0cbb7b70f4..2b6b9a664b4 100644
--- a/pulsar-client-all/pom.xml
+++ b/pulsar-client-all/pom.xml
@@ -494,6 +494,17 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ <executions>
+ <execution>
+ <!-- this is required when maven-shade-plugin sets
createSourcesJar to true -->
+ <id>attach-sources</id>
+ <phase>none</phase>
+ </execution>
+ </executions>
+ </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>