-
Notifications
You must be signed in to change notification settings - Fork 216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
openapi-generator-maven-plugin:5.0.1:generate Unable to read location src/main/openapi/project.yaml
#397
Comments
Could you set up a small project to reproduce the problem easily ? |
I have set up first one sinmplest project, which was surprisingly working. cd mvndOpenApiOne/ Logs are attached: |
@u14183 could you make sure you're running the latest mvnd 0.4.3 ?
in the plugin configuration ? |
mvnd native client 0.4.3-windows-amd64 (e20989d) |
adding ${project.basedir} is changing something, but not working: [INFO] --- openapi-generator-maven-plugin:5.0.1:generate (generate-openapi-client) @ hpf-dms ---
|
On windows, the daemon does not change the current dir correctly, so that needs to be fixed. |
while with maven wrapper it works
The text was updated successfully, but these errors were encountered: