Skip to content
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

feat: publish openapi spec as artifact #245

Merged
merged 2 commits into from
Jul 4, 2024
Merged

Conversation

ndr-brt
Copy link
Member

@ndr-brt ndr-brt commented Jul 3, 2024

What this PR changes/adds

Adds an openapi task, that generates the openapi spec file for a project that has the swagger plugin registered and publishes it as a maven artifact

Why it does that

documentation.

Further notes

at this point a new "merge" task that merges the files from the subprojects build folders instead of the resources ones could be implemented (as it was done in MergeManifestTask)

Linked Issue(s)

Closes #244

Please be sure to take a look at the contributing guidelines and our etiquette for pull requests.

@ndr-brt ndr-brt added the enhancement New feature or request label Jul 3, 2024
@ndr-brt ndr-brt requested a review from wolf4ood July 3, 2024 13:13
Copy link

github-actions bot commented Jul 3, 2024

Test Results

49 tests  ±0   49 ✅ ±0   19s ⏱️ -1s
20 suites ±0    0 💤 ±0 
20 files   ±0    0 ❌ ±0 

Results for commit 9b4a901. ± Comparison against base commit 9a55b3c.

♻️ This comment has been updated with latest results.

Copy link
Member

@paullatzelsperger paullatzelsperger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@ndr-brt ndr-brt merged commit fdd7e68 into main Jul 4, 2024
17 checks passed
@ndr-brt ndr-brt deleted the 244-publish-openapi-spec branch July 4, 2024 11:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Publish openapi specs as maven artifacts
2 participants