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

Fix incorrect maven coordinates #12602

Merged

Conversation

lorban
Copy link
Contributor

@lorban lorban commented Dec 2, 2024

DistributionTests.testLimitHandlers() tries to resolve an incorrect WAR demo artifact name; jetty-ee10-demo-embedded also depends on incorrect artifact names.

Since jetty-ee10-demo-embedded is disabled, it's normal that this has no effect on the build, so these changes are just about housekeeping.

But DistributionTests.testLimitHandlers() is running and doesn't seem to fail which I find surprising since it tries to lookup an artifact that does not exist.

Signed-off-by: Ludovic Orban <[email protected]>
@lorban lorban added Bug For general bugs on Jetty side Test labels Dec 2, 2024
@lorban lorban self-assigned this Dec 2, 2024
@olamy olamy merged commit a147d83 into jetty-12.1.x Dec 2, 2024
10 checks passed
@olamy olamy deleted the fix/jetty-12.1.x/fix-incorrect-maven-coordinates branch December 2, 2024 23:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For general bugs on Jetty side Test
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

4 participants