79609156

Date: 2025-05-06 17:03:36
Score: 1.5
Natty:
Report link

The issue was that springdoc-openapi-maven-plugin is executed during integration-test phase while swagger-codegen-maven-plugin default phase is generate-sources which is executed before integration-test in the build lifecycle. Also on your 3rd plugin you entered the id format twice with no spaces so it could not generate your correct to run correctly. That should fix your code and make the process run correctly.

Reasons:
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user30464539