This is an automated email from the ASF dual-hosted git repository. stevel pushed a commit to branch branch-3.4 in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-3.4 by this push: new a715858ac2f2 Revert "HADOOP-16822. Provide source artifacts for hadoop-client-api. Contributed by Karel Kolman." (#6458) a715858ac2f2 is described below commit a715858ac2f2efb295c5a9fabd98d4112ff4dcfb Author: Cheng Pan <cheng...@apache.org> AuthorDate: Wed Apr 10 19:03:59 2024 +0800 Revert "HADOOP-16822. Provide source artifacts for hadoop-client-api. Contributed by Karel Kolman." (#6458) This reverts commit 2c4ab72a60113e4dd4ef2375e6f9413e519b1044. Justification: this was making debugging through IDEs worse, rather than better. --- hadoop-client-modules/hadoop-client-api/pom.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hadoop-client-modules/hadoop-client-api/pom.xml b/hadoop-client-modules/hadoop-client-api/pom.xml index d5dda5cfa530..faa5387bd79f 100644 --- a/hadoop-client-modules/hadoop-client-api/pom.xml +++ b/hadoop-client-modules/hadoop-client-api/pom.xml @@ -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> --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org