forked from loafle/openapi-generator-original
14 lines
456 B
YAML
14 lines
456 B
YAML
generatorName: java-helidon-client
|
|
library: mp
|
|
outputDir: samples/client/petstore/java-helidon-client/mp
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/petstore-with-fake-endpoints-models-for-testing.yaml
|
|
additionalProperties:
|
|
artifactId: petstore-helidon-client-mp
|
|
hideGenerationTimestamp: "true"
|
|
configureAuth: "false"
|
|
build: "all"
|
|
test: "spock"
|
|
requiredPropertiesInConstructor: "false"
|
|
visitable: "true"
|
|
fullProject: "true"
|