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 daacfb9b7ab HDDS-13454. Add s3-shell.md to the build.
daacfb9b7ab is described below
commit daacfb9b7abd7b2177388ba2f97a866b758df0f4
Author: Wei-Chiu Chuang <[email protected]>
AuthorDate: Tue Jul 22 17:23:37 2025 -0700
HDDS-13454. Add s3-shell.md to the build.
Change-Id: Ic61e6c43e27c418d0c1cdccec0d417159b05d443
---
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: [email protected]
For additional commands, e-mail: [email protected]