-
Notifications
You must be signed in to change notification settings - Fork 214
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
ClassNotFoundException when starting jetty with jetty-maven-plugin #681
Milestone
Comments
The issue seems to be caused by the logback jar leaking from the
|
gnodet
added a commit
to gnodet/mvnd
that referenced
this issue
Sep 7, 2022
@gnodet I applied this to a clone of master and it works. Looking forward to 0.8.1. Thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've been seeing this issue where running
mvnd
on a project with jetty-maven-plugin configured for for functional tests, fails to property start jetty with aClassNotFoundException
onjavax.servlet.ServletContainerInitializer
while Jetty remains running.Running
mvn clean install
works as expected.Please see the example project:
https://github.com/euvitudo/mvnd-jetty-plugin-issue/tree/main
Version info:
The text was updated successfully, but these errors were encountered: