This is an automated email from the ASF dual-hosted git repository. cnauroth pushed a commit to branch HADOOP-19343 in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/HADOOP-19343 by this push: new ff4d997d8a3 HADOOP-19343: Generate hadoop-gcp shell profile. ff4d997d8a3 is described below commit ff4d997d8a359c7c45a86a56b9045993e537dc84 Author: Chris Nauroth <cnaur...@apache.org> AuthorDate: Tue Sep 2 15:00:08 2025 +0000 HADOOP-19343: Generate hadoop-gcp shell profile. Closes #7921 Signed-off-by: Ayush Saxena <ayushsax...@apache.org> --- hadoop-tools/hadoop-gcp/pom.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/hadoop-tools/hadoop-gcp/pom.xml b/hadoop-tools/hadoop-gcp/pom.xml index ef34516d3f5..934bc13da93 100644 --- a/hadoop-tools/hadoop-gcp/pom.xml +++ b/hadoop-tools/hadoop-gcp/pom.xml @@ -425,6 +425,23 @@ </execution> </executions> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-dependency-plugin</artifactId> + <executions> + <execution> + <id>deplist</id> + <phase>compile</phase> + <goals> + <goal>list</goal> + </goals> + <configuration> + <!-- build a shellprofile --> + <outputFile>${project.basedir}/target/hadoop-tools-deps/${project.artifactId}.tools-optional.txt</outputFile> + </configuration> + </execution> + </executions> + </plugin> </plugins> </build> --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org