Skip to content

Commit d26344e

Browse files
committed
Fix formatting Maven Plugin documentation
1 parent 8beea4c commit d26344e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/developer-guide/modules/tooling-guide/pages/maven-plugin.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -489,9 +489,9 @@ Configuration Properties:
489489
| `language` | The language from the model for which an OpenAPI specification should be generated. | `String` | en | {nok}
490490
| `templateFilePath` | The path to the file with a template for the resulting specification, including values undefined by the aspect's OpenAPI specification. The template can be in JSON or YAML format. | `String` | none | {nok}
491491
| `openApiGeneratorVersion` | The version to use for the openapi-generator-maven-plugin | `String` | 7.9.0 | {nok}
492-
| `openApiGeneratorName` | The openapi-generator template to use | `String` | none | `java` | {nok}
492+
| `openApiGeneratorName` | The openapi-generator template to use | `String` | `java` | {nok}
493493
| `openApiGeneratorConfigOptions` | The additional parameters to pass to the openapi-generator, similar to the `configOptions` attribute for openapi-generator-maven-plugin | `String` | none | {nok}
494-
| `schemaMappings` | Add additional mappings from OpenAPI schema name (i.e., Aspect Model element local name) to fully qualified Java class, in the format `Name=com.example.Name` | `String` | none | {nok}
494+
| `schemaMappings` | Add additional mappings from OpenAPI schema name (i.e., Aspect Model element local name) to fully qualified Java class, in the format `Name=com.example.Name,Another=com.example.Another` | `String` | none | {nok}
495495
|===
496496

497497
== Generate an SQL script from an Aspect Model

0 commit comments

Comments
 (0)