Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 8.0.4
-
Fix Version/s: None
-
Component/s: Maven
-
Labels:None
-
Number of attachments :
Description
I'm running a maven project which has a war dependency. I have a couple of resources specific to the actual project which is located in src/main/webapp.
When I start developing the project using 'mvn jetty:run-exploded', the project gets assembled in target/ with its overlay applied.
When running Linux, if I update resources in src/main/webapp - within seconds the update is applied to its target directory as well. However, on Windows, the target is never updated until I stop and rerun maven. I've applied a custom webdefault.xml for jetty to disable jetty's file-locking.
OK, seems like the right thing to do. I assume this is working for you? If so, then it seems like this issue is more one of documentation rather than anything else. Please confirm if this is correct?
thanks
Jan