springdoc / springdoc-openapi-maven-plugin

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

Add skip parameter #16

Closed adrien-ben closed 3 years ago

adrien-ben commented 4 years ago

Hi!

I use this plugin but in some scenarios I disable integration tests using the skip flag from springboot-maven-plugin. in this scenario the springdoc plugin logs an error because it obvsiously cannot access the application.

Here is a PR adding a parameter allowing to skip the plugin execution.

adrien-ben commented 3 years ago

Any feedback on this ? :)

bnasslahsen commented 3 years ago

@adrien-ben,

Thank you for your contribution. It's now part of the release v1.1 of springdoc-openapi-maven-plugin.