1996fanrui opened a new pull request, #747: URL: https://github.com/apache/flink-kubernetes-operator/pull/747
## Purpose Currently, `mvn package -Pgenerate-docs -pl flink-kubernetes-docs -nsu -DskipTests` is the command of generating docs. It only build the ` flink-kubernetes-docs` module without dependency modules. Sometimes, the dependency modules isn't up to date in the local repository, the generated doc will be wrong. ## How to fix it? Adding `-am`, `-am` means building all dependency modules of `flink-kubernetes-docs` as well when generating doc. Note: The command of flink project[1] has `-am` as well. [1] https://github.com/apache/flink/blob/8e8e2d649e98071bc15ee768cf65da3e96f255b4/flink-docs/README.md?plain=1#L44 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
