Github user zentol commented on a diff in the pull request:
https://github.com/apache/flink/pull/6406#discussion_r204820593
--- Diff: flink-docs/README.md ---
@@ -28,7 +28,7 @@ The `RestAPIDocGenerator` can be used to generate a full
reference of the REST A
To integrate a new endpoint into the generator
1. Add a new `DocumentingRestEndpoint` class to `RestAPIDocGenerator` that
extends the new endpoint class
2. Add another call to `createHtmlFile` in `RestAPIDocGenerator#main`
-3. Regenerate the documentation by running `mvn package
-Dgenerate-rest-docs -pl flink-docs -am -nsu`
+3. Regenerate the documentation by running `mvn package
-Dgenerate-rest-docs -pl flink-docs -am -nsu -DskipTests`
--- End diff --
ah wait a second, this would run the test for all modules. urgh...
---