This is an automated email from the ASF dual-hosted git repository.

gyfora pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git


The following commit(s) were added to refs/heads/main by this push:
     new 6d0bda96 [FLINK-30800] Add doc entry how to re-generate java doc
6d0bda96 is described below

commit 6d0bda96b7d9c51464c9ee499a88d9df3362807f
Author: Gabor Somogyi <gabor_somog...@apple.com>
AuthorDate: Fri Jan 27 09:11:38 2023 +0100

    [FLINK-30800] Add doc entry how to re-generate java doc
---
 docs/README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/docs/README.md b/docs/README.md
index 618dcc40..77157ec5 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -6,6 +6,11 @@ that you always have docs corresponding to your checked-out 
version.
 
 # Requirements
 
+### Generate the java doc (only if anything changed)
+```sh
+mvn clean install -DskipTests -Pgenerate-docs
+```
+
 ### Build the site locally
 
 #### Using Hugo Docker image:

Reply via email to