diff --git a/docs/generators/jaxrs-cxf-cdi.html b/docs/generators/jaxrs-cxf-cdi.html
index c5f374cea84..fc47607efd8 100644
--- a/docs/generators/jaxrs-cxf-cdi.html
+++ b/docs/generators/jaxrs-cxf-cdi.html
@@ -62,7 +62,8 @@ sidebar_label: jaxrs-cxf-cdi
interfaceOnly | Whether to generate only API interface stubs without the server files. | | false |
returnResponse | Whether generate API interface should return javax.ws.rs.core.Response instead of a deserialized entity. Only useful if interfaceOnly is true. | | false |
useSwaggerAnnotations | Whether to generate Swagger annotations. | | true |
+openApiSpecFileLocation | Location where the file containing the spec will be generated in the output folder. No file generated when set to null or empty string. | | null |
useBeanValidation | Use BeanValidation API annotations | | true |
-Last updated on 2019-5-9