This is an automated email from the ASF dual-hosted git repository. weichiu pushed a commit to branch HDDS-13454 in repository https://gitbox.apache.org/repos/asf/ozone.git
commit c31884babad3bd39ae36077bc34216df26680022 Author: Wei-Chiu Chuang <[email protected]> AuthorDate: Tue Jul 22 17:22:42 2025 -0700 Revert "HDDS-13454. Add s3-shell.md to the build." This reverts commit 16d6e73bf44a3fe159d920926b021bb98f2e5c1d. --- hadoop-ozone/pom.xml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/hadoop-ozone/pom.xml b/hadoop-ozone/pom.xml index c9bde153d82..33ab6235f29 100644 --- a/hadoop-ozone/pom.xml +++ b/hadoop-ozone/pom.xml @@ -98,30 +98,6 @@ </execution> </executions> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-resources-plugin</artifactId> - <executions> - <execution> - <id>copy-resources</id> - <phase>generate-resources</phase> - <goals> - <goal>copy-resources</goal> - </goals> - <configuration> - <outputDirectory>${project.build.directory}/classes/META-INF/resources/docs</outputDirectory> - <resources> - <resource> - <directory>${basedir}/src/site/markdown</directory> - <includes> - <include>s3-shell.md</include> - </includes> - </resource> - </resources> - </configuration> - </execution> - </executions> - </plugin> </plugins> </build> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
