Revert "HADOOP-16822. Provide source artifacts for hadoop-client-api. Contributed by Karel Kolman." (#6458)

This reverts commit 2c4ab72a60.

Justification: this was making debugging through IDEs worse, rather than better.
This commit is contained in:
Cheng Pan 2024-04-10 19:03:59 +08:00 committed by GitHub
parent f7bb4f1595
commit 281e2d288d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -94,10 +94,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<configuration>
<createSourcesJar>true</createSourcesJar>
<shadeSourcesContent>true</shadeSourcesContent>
</configuration>
<executions>
<execution>
<phase>package</phase>