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
The following commit(s) were added to refs/heads/HDDS-13454 by this push: new 41bd81da959 HDDS-13454. Add s3-shell.md to the build. 41bd81da959 is described below commit 41bd81da95977fd564b0a260bdd00037ec231e0b Author: Wei-Chiu Chuang <weic...@apache.org> AuthorDate: Tue Jul 22 17:26:01 2025 -0700 HDDS-13454. Add s3-shell.md to the build. Change-Id: I5456d662023da44ed94d6560df3426ec81f6f7ed --- hadoop-ozone/pom.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/hadoop-ozone/pom.xml b/hadoop-ozone/pom.xml index 33ab6235f29..c9bde153d82 100644 --- a/hadoop-ozone/pom.xml +++ b/hadoop-ozone/pom.xml @@ -98,6 +98,30 @@ </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: commits-unsubscr...@ozone.apache.org For additional commands, e-mail: commits-h...@ozone.apache.org