ch13f0

Results 6 comments of ch13f0

It's a nice idea for a workaround, but it doesn't appear to work. I've tried various different placements of `${project.basedir}/src/main/resources/.openapi-generator-ignore` in the openapi-generator-maven-plugin pom.xml configuration, with RestApplication.java in .openapi-generator-ignore, but...

Well I have tried the CLI with --openapi-generator-ignore-list RestApplication.java and a manually created .openapi-generator-ignore containing RestApplication.java in the output root and neither suppresses the generation. I have also tried using...

Despite the docs saying different? https://github.com/OpenAPITools/openapi-generator/blob/master/docs/customization.md#ignore-file-format ``` # This should match build.sh located anywhere. build.sh ``` Anyway, I have tried multiple combinations, and nothing seems to achieve the desired result....

Okay, I have some success with the CLI, but it's a _relative_ path, not a _full path_, and is relative to the output root. If fixing the docs I would...

Again, thanks for your patience. I had `pathToFileToBeIgnoredRelativeToTheGenerationRoot` as a configOptions. In case anyone else stumbles across this, the correct structure is: ``` ... org.openapitools openapi-generator-maven-plugin 7.6.0 generate path/to/inputSpec.yaml jaxrs-spec...

I understand your point, but any workaround needs to be applied to all openapi-defined endpoint pom.xml files as the package and therefore relative paths would be different in each case....