-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Add integration test for jetty maven plugin using war overlays #5522
Comments
This is actually caused by the changes to the ResourceCollection class, that is being looked at in #5521 I'm leaving this issue open, as we want to try and add an integration test for the jetty maven plugin that uses overlays (that tweaks the ResourceCollection changes), but are having difficulty due to the way in which the integration tests are run, and the way overlays work. Work is being done in the branch https://github.com/eclipse/jetty.project/tree/jetty-10.0.x-add-plugin-overlay-test. I'm changing the title of this issue to reflect the work on the overlay integration test, and not the symptom that was reported of the extra resource in the ResourceCollection representing the base Resource for the webapp. |
This issue has been automatically marked as stale because it has been a |
@janbartel is this still an issue? |
This issue has been automatically marked as stale because it has been a |
Jetty 10.0.x
Running a webapp (cometd) that has overlays in it with 9.4, the following list of resources representing the overlays is shown:
But running with jetty-10.0.x head, there is an extra resource:
The plugin should not be looking in the
src
directory forclasses
.The text was updated successfully, but these errors were encountered: