Details
Description
one neat feature in the WAR plugin is overlays
http://maven.apache.org/plugins/maven-war-plugin/overlays.html
so you can share some code/content across WARs.
Though it looks like "jetty:run" does not support them (though jetty:run-war does)
Issue Links
- is duplicated by
-
JETTY-1243
jetty:run seems to not notice changes to templates inside WEB-INF in your web app if you are using a war overlay
-
Activity
David Yu
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Assignee | David Yu [ dyu ] |
David Yu
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Cannot Reproduce [ 5 ] | |
| Fix Version/s | 6.1.19 [ 15330 ] |
Jan Bartel
made changes -
| Assignee | David Yu [ dyu ] | Jan Bartel [ janb ] |
Jan Bartel
made changes -
| Fix Version/s | 7.0.2 [ 16047 ] | |
| Fix Version/s | 6.1.19 [ 15330 ] |
Jan Bartel
made changes -
| Status | Resolved [ 5 ] | Reopened [ 4 ] |
| Resolution | Cannot Reproduce [ 5 ] |
Jan Bartel
made changes -
| Status | Reopened [ 4 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
Jan Bartel
made changes -
| Link |
This issue is duplicated by |
could it be that jetty:run uses a different class loader - where if some resources is in the local project and also in an overlay war, it barfs (so it looks like the resource does not exist?)
I can point you at an example project shortly which has this issue; "mvn jetty:run" fails, but "mvn jetty:run-war" works...