Skip to content

Commit

Permalink
[improve][build] Create source jar for pulsar-client-all shaded jar (a…
Browse files Browse the repository at this point in the history
…pache#19956)

Signed-off-by: tison <[email protected]>
  • Loading branch information
tisonkun authored Mar 29, 2023
1 parent ee5ac86 commit 38485e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pulsar-client-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@
<goal>shade</goal>
</goals>
<configuration>
<createSourcesJar>true</createSourcesJar>
<shadeSourcesContent>true</shadeSourcesContent>
<createDependencyReducedPom>true</createDependencyReducedPom>
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
<minimizeJar>false</minimizeJar>
Expand Down

0 comments on commit 38485e0

Please sign in to comment.