Skip to content

Commit 9eaa69f

Browse files
committed
removed createSourcesJar
1 parent e11149d commit 9eaa69f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

clickhouse-jdbc/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@
409409
<configuration>
410410
<shadedArtifactAttached>true</shadedArtifactAttached>
411411
<createDependencyReducedPom>true</createDependencyReducedPom>
412-
<createSourcesJar>true</createSourcesJar>
412+
<!-- <createSourcesJar>true</createSourcesJar>-->
413413
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
414414
<shadedClassifierName>shaded</shadedClassifierName>
415415
<artifactSet>
@@ -471,7 +471,7 @@
471471
<configuration>
472472
<shadedArtifactAttached>true</shadedArtifactAttached>
473473
<createDependencyReducedPom>true</createDependencyReducedPom>
474-
<createSourcesJar>true</createSourcesJar>
474+
<!-- <createSourcesJar>true</createSourcesJar>-->
475475
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
476476
<shadedClassifierName>all</shadedClassifierName>
477477
<artifactSet>
@@ -562,7 +562,7 @@
562562
<configuration>
563563
<shadedArtifactAttached>true</shadedArtifactAttached>
564564
<createDependencyReducedPom>true</createDependencyReducedPom>
565-
<createSourcesJar>true</createSourcesJar>
565+
<!-- <createSourcesJar>true</createSourcesJar>-->
566566
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
567567
<shadedClassifierName>http</shadedClassifierName>
568568
<artifactSet>
@@ -610,7 +610,7 @@
610610
<configuration>
611611
<shadedArtifactAttached>false</shadedArtifactAttached>
612612
<createDependencyReducedPom>true</createDependencyReducedPom>
613-
<createSourcesJar>true</createSourcesJar>
613+
<!-- <createSourcesJar>true</createSourcesJar>-->
614614
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
615615
<shadedClassifierName>default</shadedClassifierName>
616616
<artifactSet>
@@ -654,7 +654,7 @@
654654
<configuration>
655655
<shadedArtifactAttached>true</shadedArtifactAttached>
656656
<createDependencyReducedPom>true</createDependencyReducedPom>
657-
<createSourcesJar>true</createSourcesJar>
657+
<!-- <createSourcesJar>true</createSourcesJar>-->
658658
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
659659
<shadedClassifierName>shaded-all</shadedClassifierName>
660660
<relocations>

0 commit comments

Comments
 (0)