springdoc / springdoc-openapi-maven-plugin

Library for OpenAPI 3 with spring-boot
https://springdoc.org
Apache License 2.0
139 stars 36 forks source link

Add "failOnError" option #59

Open dragankoz opened 1 year ago

dragankoz commented 1 year ago

When the plugin fails to retrieve the openapi file fromt the server, it should error stop the maven build process. Currently an error is emitted but the maven process continues.

e.g. [ERROR] An error has occured: Response code 401

codespearhead commented 3 months ago

I'm afraid it's not clear what you're reporting. We need an MRE.