Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/generators/java.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,3 +368,10 @@ These options may be applied as additional-properties (cli) or configOptions (pl
|XML|✓|OAS2,OAS3
|PROTOBUF|✗|ToolingExtension
|Custom|✗|OAS2,OAS3

## 🔧 Example: Using Maven CLI to view generator version

To check which version of the OpenAPI Generator Maven plugin is configured in your project, use:

```bash
mvn openapi-generator:version
Copy link
Member

@wing328 wing328 Jul 19, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this doc (auto-generated) is for the java client generator

for maven plugin doc, please refer to https://github.com/OpenAPITools/openapi-generator/blob/master/modules/openapi-generator-maven-plugin/README.md

feel free to file a PR to update this readme to improve the maven plugin doc