This is an automated email from the ASF dual-hosted git repository.
weichiu pushed a commit to branch HDDS-9225-website-v2
in repository https://gitbox.apache.org/repos/asf/ozone-site.git
The following commit(s) were added to refs/heads/HDDS-9225-website-v2 by this
push:
new e1ab0bff HDDS-13498. [Ozone 2.1] Publish javadoc. (#153)
e1ab0bff is described below
commit e1ab0bff4fd8f3ef34b25b709546cc90faa6930b
Author: Wei-Chiu Chuang <[email protected]>
AuthorDate: Thu Oct 16 08:53:36 2025 -0700
HDDS-13498. [Ozone 2.1] Publish javadoc. (#153)
---
docs/08-developer-guide/04-project/02-release-guide.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/08-developer-guide/04-project/02-release-guide.md
b/docs/08-developer-guide/04-project/02-release-guide.md
index 324ac59e..a968d471 100644
--- a/docs/08-developer-guide/04-project/02-release-guide.md
+++ b/docs/08-developer-guide/04-project/02-release-guide.md
@@ -266,7 +266,7 @@ If the command fails on MacOS, you may need to do the
following additional steps
Build the project to fetch dependencies.
```bash
- mvn clean install -Dmaven.javadoc.skip=true -DskipTests -Psign,dist,src
-Dtar -Dgpg.keyname="$CODESIGNINGKEY"
+ mvn clean install -DskipTests -Psign,dist,src -Dtar
-Dgpg.keyname="$CODESIGNINGKEY"
```
### Create and Upload Maven Artifacts
@@ -274,7 +274,7 @@ Build the project to fetch dependencies.
- Perform the final build and upload the release artifacts.
```bash
- mvn deploy -DdeployAtEnd=true -Dmaven.javadoc.skip=true -DskipTests
-Psign,dist,src -Dtar -Dgpg.keyname="$CODESIGNINGKEY"
+ mvn deploy -DdeployAtEnd=true -DskipTests -Psign,dist,src -Dtar
-Dgpg.keyname="$CODESIGNINGKEY"
```
- Go to https://repository.apache.org/#stagingRepositories and **close** the
newly created `orgapacheozone` repository.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]