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

Issue #12173 Ignore dependencies of type pom for the webapp classpath #12177

Merged

Conversation

janbartel
Copy link
Contributor

Closes #12173

In previous versions of jetty, we added all dependencies of the webapp to the webapp's classpath as a File or a String. In jetty-12 we are converting all dependencies into jar:file urls, which isn't appropriate for a .pom file. I've fixed this by avoiding considering .pom files as being eligible for the classpath (in the same way we don't consider .war files as eligible).

@janbartel janbartel merged commit 0cae635 into jetty-12.0.x Aug 20, 2024
10 of 11 checks passed
@janbartel janbartel deleted the jetty-12.0.x-12173-jetty-maven-plugin-pom-dependency branch August 20, 2024 23:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

Jetty Maven Plugin - jetty:run does not work with pom type dependencies
3 participants