This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-paimon.git
The following commit(s) were added to refs/heads/master by this push:
new 127ccde1f [doc] refine the paimon-doc readme doc (#1801)
127ccde1f is described below
commit 127ccde1fe7da62ff917fd346bff8d5ddc926309
Author: legendtkl <[email protected]>
AuthorDate: Sun Aug 13 21:22:40 2023 +0800
[doc] refine the paimon-doc readme doc (#1801)
---
paimon-docs/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/paimon-docs/README.md b/paimon-docs/README.md
index 4c17b705c..76d922c88 100644
--- a/paimon-docs/README.md
+++ b/paimon-docs/README.md
@@ -28,7 +28,7 @@ The `@ConfigGroups` annotation can be used to generate
multiple files from a sin
To integrate an `*Options` class from another package, add another
module-package argument pair to `ConfigOptionsDocGenerator#LOCATIONS`.
-The files can be generated by running `mvn package -Pgenerate-docs -pl
paimon-docs -nsu -DskipTests`, and can be integrated into the documentation
using `{{ include generated/<file-name> >}}`.
+The files can be generated by running `mvn clean install -DskipTests` and `mvn
package -Pgenerate-docs -pl paimon-docs -nsu -DskipTests`, and can be
integrated into the documentation using `{{ include generated/<file-name> >}}`.
**NOTE:** You need to make sure that the changed jar has been installed in the
local maven repository.