-
Notifications
You must be signed in to change notification settings - Fork 0
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
320 openapispec hinzufuegen #353
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in dispatch-microservice-mvn-release.yml
müsste auch aus package
ein verify
werden
-mvn -B -ntp -DskipTests package -f ${{ inputs.service }}/pom.xml
+mvn -B -ntp -DskipTests verify -f ${{ inputs.service }}/pom.xml
Bitte schau mal ob es eine Möglichkeit gibt dass der Build auf Fehler läuft wenn das JSON FIle nicht erzeugt werden konnte |
Scheint es noch nicht zu geben: springdoc/springdoc-openapi-maven-plugin#59 |
Definition of Done (DoD):
Backend
Closes #320