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

Create the output directory if it does not already exist. #4

Closed ghost closed 4 years ago

ghost commented 4 years ago

This would typically happen elsewhere in the maven lifecyle in most cases, but if a different directory is used, or if there is nothing to compile, the target directory may not be created.

This fixes #3 .