mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-17 12:39:08 +00:00
Prefix path to `inputSpec` with maven's `${project.basedir}`. The codegen-maven-plugin will look inside the current working directory so whether a relative path works or not is depending on where the maven build is invoked from. Using `${project.basedir}` makes the path absolute.