1
0

[MINOR] Add maven profile to support skipping shade sources jars (#2358)

Co-authored-by: Xi Chen <chenxi07@qiyi.com>
This commit is contained in:
jshmchenxi
2021-01-04 12:19:48 +08:00
committed by GitHub
parent ff8313caf1
commit c3e9243ea1
8 changed files with 20 additions and 7 deletions

View File

@@ -48,7 +48,7 @@
<goal>shade</goal>
</goals>
<configuration>
<createSourcesJar>true</createSourcesJar>
<createSourcesJar>${shadeSources}</createSourcesJar>
<dependencyReducedPomLocation>${project.build.directory}/dependency-reduced-pom.xml
</dependencyReducedPomLocation>
<transformers>