Skip to content

Commit

Permalink
Include sources for shaded client artifact
Browse files Browse the repository at this point in the history
pr-link: #10351
change-id: cid-3cd878b45011a59e3ac2b5ffe697d5b12b5e1eca
  • Loading branch information
electrum authored and alluxio-bot committed Nov 1, 2019
1 parent 7f1c6ef commit de27e4e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions shaded/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@
<goal>shade</goal>
</goals>
<configuration>
<createSourcesJar>true</createSourcesJar>
<shadeSourcesContent>true</shadeSourcesContent>
<artifactSet>
<excludes>
<!-- Leave slf4j unshaded so downstream users can configure logging -->
Expand All @@ -162,9 +164,9 @@
</excludes>
</artifactSet>
<filters>
<!-- Make sure no source code included -->
<!-- Exclude source code included in non-source jar -->
<filter>
<artifact>*:*</artifact>
<artifact>org.apache.zookeeper:zookeeper-jute</artifact>
<excludes>
<exclude>**/*.java</exclude>
</excludes>
Expand Down

0 comments on commit de27e4e

Please sign in to comment.